|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.codehaus.commons.compiler.CausedException
org.codehaus.commons.compiler.LocatedException
org.codehaus.commons.compiler.CompileException
public class CompileException
An exception that reflects an error during compilation.
Constructor Summary | |
---|---|
CompileException(java.lang.String message,
Location optionalLocation)
|
|
CompileException(java.lang.String message,
Location optionalLocation,
java.lang.Throwable cause)
|
Method Summary |
---|
Methods inherited from class org.codehaus.commons.compiler.LocatedException |
---|
getLocation, getMessage |
Methods inherited from class org.codehaus.commons.compiler.CausedException |
---|
getCause, initCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CompileException(java.lang.String message, Location optionalLocation)
public CompileException(java.lang.String message, Location optionalLocation, java.lang.Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |