|
||||||||||
| 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,
TemplateClass tc,
int line,
String message,
Object... args)
|
|
ParseException(RythmEngine engine,
Throwable cause,
TemplateClass tc,
int line,
String message,
Object... args)
|
|
| Method Summary | |
|---|---|
String |
errorDesc()
|
String |
errorTitle()
|
| 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,
TemplateClass tc,
int line,
String message,
Object... args)
public ParseException(RythmEngine engine,
Throwable cause,
TemplateClass tc,
int line,
String message,
Object... args)
| Method Detail |
|---|
public String errorTitle()
errorTitle in class RythmExceptionpublic String errorDesc()
errorDesc in class RythmException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||