public class ASTClassNotFoundException extends ASTRuntimeException
RuntimeException.| Constructor and Description |
|---|
ASTClassNotFoundException(java.lang.String className)
Construct an exception representing a failure occurred when
trying to load a class during AST building or transformation.
|
ASTClassNotFoundException(java.lang.String className,
java.lang.Throwable cause)
Construct an exception representing a failure occurred when
trying to load a class during AST building or transformation.
|
ASTClassNotFoundException(Type type)
Construct an exception representing a failure occurred when
trying to load a class during AST building or transformation.
|
ASTClassNotFoundException(Type type,
java.lang.Throwable cause)
Construct an exception representing a failure occurred when
trying to load a class during AST building or transformation.
|
public ASTClassNotFoundException(java.lang.String className)
className - The name of the class that causes the failure.public ASTClassNotFoundException(java.lang.String className,
java.lang.Throwable cause)
className - The name of the class that causes the failure.cause - The cause.public ASTClassNotFoundException(Type type)
type - The type that cannot be loaded as a class.public ASTClassNotFoundException(Type type, java.lang.Throwable cause)
type - The type that cannot be loaded as a class.cause - The cause.