|
janino.net | ||||||||
| 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.LocatedException
org.codehaus.commons.compiler.CompileException
public class CompileException
An exception that reflects an error during compilation.
| Constructor Summary | |
|---|---|
CompileException(String message,
Location optionalLocation)
|
|
CompileException(String message,
Location optionalLocation,
Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class org.codehaus.commons.compiler.LocatedException |
|---|
getLocation, getMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 CompileException(String message,
Location optionalLocation)
public CompileException(String message,
Location optionalLocation,
Throwable cause)
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||