Package play.exceptions
Class TemplateCompilationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- play.exceptions.PlayException
-
- play.exceptions.TemplateException
-
- play.exceptions.TemplateCompilationException
-
- All Implemented Interfaces:
java.io.Serializable,SourceAttachment
public class TemplateCompilationException extends TemplateException
A exception during template compilation- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateCompilationException(Template template, java.lang.Integer lineNumber, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetErrorDescription()java.lang.StringgetErrorTitle()-
Methods inherited from class play.exceptions.TemplateException
getLineNumber, getSource, getSourceFile, getTemplate
-
Methods inherited from class play.exceptions.PlayException
getId, getInterestingStackTraceElement, getInterestingStrackTraceElement, getMoreHTML, isSourceAvailable
-
-
-
-
Constructor Detail
-
TemplateCompilationException
public TemplateCompilationException(Template template, java.lang.Integer lineNumber, java.lang.String message)
-
-
Method Detail
-
getErrorTitle
public java.lang.String getErrorTitle()
- Specified by:
getErrorTitlein classPlayException
-
getErrorDescription
public java.lang.String getErrorDescription()
- Specified by:
getErrorDescriptionin classPlayException
-
-