|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException play.exceptions.PlayException play.exceptions.TemplateException play.exceptions.TemplateExecutionException
public class TemplateExecutionException
An exception during template execution
Nested Class Summary | |
---|---|
static class |
TemplateExecutionException.DoBodyException
|
Constructor Summary | |
---|---|
TemplateExecutionException(Template template,
java.lang.Integer lineNumber,
java.lang.String message,
java.lang.Throwable cause)
|
Method Summary | |
---|---|
java.lang.String |
getErrorDescription()
|
java.lang.String |
getErrorTitle()
|
Methods inherited from class play.exceptions.TemplateException |
---|
getLineNumber, getSource, getSourceFile, getTemplate |
Methods inherited from class play.exceptions.PlayException |
---|
getId, getInterestingStrackTraceElement, isSourceAvailable |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 TemplateExecutionException(Template template, java.lang.Integer lineNumber, java.lang.String message, java.lang.Throwable cause)
Method Detail |
---|
public java.lang.String getErrorTitle()
getErrorTitle
in class PlayException
public java.lang.String getErrorDescription()
getErrorDescription
in class PlayException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |