|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javassist.CannotCompileException
Thrown when bytecode transformation has failed.
Constructor Summary | |
CannotCompileException(java.lang.ClassFormatError e,
java.lang.String name)
Constructs a CannotCompileException with a ClassFormatError. |
|
CannotCompileException(java.lang.ClassNotFoundException e,
java.lang.String name)
Constructs a CannotCompileException with a ClassNotFoundException . |
|
CannotCompileException(javassist.compiler.CompileError e)
Constructs a CannotCompileException with an CompileError . |
|
CannotCompileException(NotFoundException e)
Constructs a CannotCompileException with a NotFoundException . |
|
CannotCompileException(java.lang.String msg)
Constructs a CannotCompileException with a message. |
|
CannotCompileException(java.lang.String msg,
java.lang.Throwable e)
Constructs a CannotCompileException with a detailed message and an Exception representing the cause. |
|
CannotCompileException(java.lang.Throwable e)
Constructs a CannotCompileException with an Exception
representing the cause. |
Method Summary | |
java.lang.String |
getReason()
|
void |
printStackTrace(java.io.PrintWriter w)
Prints this exception and its backtrace. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CannotCompileException(java.lang.String msg)
msg
- the message.public CannotCompileException(java.lang.Throwable e)
Exception
representing the cause.
e
- the cause.public CannotCompileException(java.lang.String msg, java.lang.Throwable e)
Exception
representing the cause.
msg
- the message.e
- the cause.public CannotCompileException(NotFoundException e)
NotFoundException
.
public CannotCompileException(javassist.compiler.CompileError e)
CompileError
.
public CannotCompileException(java.lang.ClassNotFoundException e, java.lang.String name)
ClassNotFoundException
.
public CannotCompileException(java.lang.ClassFormatError e, java.lang.String name)
Method Detail |
public java.lang.String getReason()
public void printStackTrace(java.io.PrintWriter w)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |