|
Web Site | ||||||||
| 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.janino.util.CausedException
org.codehaus.janino.util.LocatedException
org.codehaus.janino.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.janino.util.LocatedException |
|---|
getLocation, getMessage |
| Methods inherited from class org.codehaus.janino.util.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)
|
Web Site | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||