javassist
public class CannotCompileException extends Exception
Constructor Summary | |
---|---|
CannotCompileException(String msg)
Constructs a CannotCompileException with a message.
| |
CannotCompileException(Throwable e)
Constructs a CannotCompileException with an Exception
representing the cause.
| |
CannotCompileException(String msg, Throwable e)
Constructs a CannotCompileException with a detailed message
and an Exception representing the cause.
| |
CannotCompileException(NotFoundException e)
Constructs a CannotCompileException with a
NotFoundException . | |
CannotCompileException(CompileError e)
Constructs a CannotCompileException with an CompileError . | |
CannotCompileException(ClassNotFoundException e, String name)
Constructs a CannotCompileException
with a ClassNotFoundException . | |
CannotCompileException(ClassFormatError e, String name)
Constructs a CannotCompileException with a ClassFormatError. |
Method Summary | |
---|---|
Throwable | getCause()
Gets the cause of this throwable.
|
String | getReason()
Gets a long message if it is available. |
Throwable | initCause(Throwable cause)
Initializes the cause of this throwable.
|
Parameters: msg the message.
Exception
representing the cause.
Parameters: e the cause.
Exception
representing the cause.
Parameters: msg the message. e the cause.
NotFoundException
.CompileError
.ClassNotFoundException
.