Package play.exceptions
Interface SourceAttachment
-
- All Known Implementing Classes:
CacheException
,CompilationException
,DatabaseException
,JavaExecutionException
,JPAException
,MailException
,NoRouteFoundException
,PlayExceptionWithJavaSource
,TemplateCompilationException
,TemplateException
,TemplateExecutionException
,TemplateNotFoundException
,YAMLException
public interface SourceAttachment
Exception has source attachment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Integer
getLineNumber()
java.util.List<java.lang.String>
getSource()
java.lang.String
getSourceFile()
-