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