public class TemplateNotFoundException extends PlayException implements SourceAttachment
| Constructor and Description |
|---|
TemplateNotFoundException(java.lang.String path) |
TemplateNotFoundException(java.lang.String path,
ApplicationClasses.ApplicationClass applicationClass,
java.lang.Integer line) |
TemplateNotFoundException(java.lang.String path,
Template template,
java.lang.Integer line) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorDescription() |
java.lang.String |
getErrorTitle() |
java.lang.Integer |
getLineNumber() |
java.lang.String |
getPath() |
java.util.List<java.lang.String> |
getSource() |
java.lang.String |
getSourceFile() |
boolean |
isSourceAvailable() |
getId, getInterestingStackTraceElement, getInterestingStrackTraceElement, getMoreHTMLpublic TemplateNotFoundException(java.lang.String path)
public TemplateNotFoundException(java.lang.String path,
ApplicationClasses.ApplicationClass applicationClass,
java.lang.Integer line)
public TemplateNotFoundException(java.lang.String path,
Template template,
java.lang.Integer line)
public java.lang.String getPath()
public java.lang.String getErrorTitle()
getErrorTitle in class PlayExceptionpublic java.lang.String getErrorDescription()
getErrorDescription in class PlayExceptionpublic boolean isSourceAvailable()
isSourceAvailable in class PlayExceptionpublic java.lang.String getSourceFile()
getSourceFile in interface SourceAttachmentgetSourceFile in class PlayExceptionpublic java.util.List<java.lang.String> getSource()
getSource in interface SourceAttachmentpublic java.lang.Integer getLineNumber()
getLineNumber in interface SourceAttachmentgetLineNumber in class PlayExceptionGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly