|
||||||||||
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.rythmengine.exception.FastRuntimeException
org.rythmengine.exception.RythmException
org.rythmengine.exception.ParseException
public class ParseException
Field Summary |
---|
Fields inherited from class org.rythmengine.exception.RythmException |
---|
errorMessage, javaLineNumber, javaSource, javaSourceInfo, originalMessage, templateLineNumber, templateName, templateSource, templateSourceInfo |
Constructor Summary | |
---|---|
ParseException(RythmEngine engine,
org.rythmengine.internal.compiler.TemplateClass tc,
int line,
String message,
Object... args)
|
|
ParseException(RythmEngine engine,
Throwable cause,
org.rythmengine.internal.compiler.TemplateClass tc,
int line,
String message,
Object... args)
|
Method Summary |
---|
Methods inherited from class org.rythmengine.exception.RythmException |
---|
clearDetailErrorMessage, getJavaSource, getMessage, getSimpleMessage, getTemplateName, getTemplateSource, javaSourceInfo, templateSourceInfo |
Methods inherited from class org.rythmengine.exception.FastRuntimeException |
---|
fillInStackTrace |
Methods inherited from class java.lang.Throwable |
---|
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 ParseException(RythmEngine engine, org.rythmengine.internal.compiler.TemplateClass tc, int line, String message, Object... args)
public ParseException(RythmEngine engine, Throwable cause, org.rythmengine.internal.compiler.TemplateClass tc, int line, String message, Object... args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |