|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sourceforge.jemm.BaseException
org.sourceforge.jemm.weaver.CompilerException
public class CompilerException
Thrown if the Compiler is having a problem with the class
| Constructor Summary | |
|---|---|
CompilerException(java.lang.String message)
Compiler exception giving an error message. |
|
CompilerException(java.lang.String message,
java.lang.Throwable throwable)
Compiler exception giving an error message and underlying exception. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CompilerException(java.lang.String message,
java.lang.Throwable throwable)
message - The error message.throwable - The underlying exception.public CompilerException(java.lang.String message)
message - The error message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||