public class ASTMalformedException extends ASTException
ASTBuilder when the AST created from a Java
source file is malformed, either because the source file do not conform
to the Java grammar, or because some unknown error occurs in the
Eclipse parser.| Red (tfeng) |
| Red (tfeng) |
| Constructor and Description |
|---|
ASTMalformedException()
Create an exception without identifying the name of the source file
that causes it.
|
ASTMalformedException(java.lang.String sourceFileName)
Create an exception with the name of the source file that causes it.
|
public ASTMalformedException()
public ASTMalformedException(java.lang.String sourceFileName)
sourceFileName - The name of the problematic source file, or
null if the file name is missing.