Package play.exceptions
Class PlayExceptionWithJavaSource
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- play.exceptions.PlayException
-
- play.exceptions.PlayExceptionWithJavaSource
-
- All Implemented Interfaces:
java.io.Serializable,SourceAttachment
- Direct Known Subclasses:
CacheException,DatabaseException,JavaExecutionException,MailException
public abstract class PlayExceptionWithJavaSource extends PlayException implements SourceAttachment
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPlayExceptionWithJavaSource(java.lang.String message)protectedPlayExceptionWithJavaSource(java.lang.String message, java.lang.Throwable cause)protectedPlayExceptionWithJavaSource(java.lang.String message, java.lang.Throwable cause, ApplicationClasses.ApplicationClass applicationClass, java.lang.Integer line)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetLineNumber()java.util.List<java.lang.String>getSource()java.lang.StringgetSourceFile()booleanisSourceAvailable()-
Methods inherited from class play.exceptions.PlayException
getErrorDescription, getErrorTitle, getId, getInterestingStackTraceElement, getInterestingStrackTraceElement, getMoreHTML
-
-
-
-
Constructor Detail
-
PlayExceptionWithJavaSource
protected PlayExceptionWithJavaSource(java.lang.String message)
-
PlayExceptionWithJavaSource
protected PlayExceptionWithJavaSource(java.lang.String message, java.lang.Throwable cause, ApplicationClasses.ApplicationClass applicationClass, java.lang.Integer line)
-
PlayExceptionWithJavaSource
protected PlayExceptionWithJavaSource(java.lang.String message, java.lang.Throwable cause)
-
-
Method Detail
-
getSourceFile
public java.lang.String getSourceFile()
- Specified by:
getSourceFilein interfaceSourceAttachment- Overrides:
getSourceFilein classPlayException
-
getSource
public java.util.List<java.lang.String> getSource()
- Specified by:
getSourcein interfaceSourceAttachment
-
getLineNumber
public java.lang.Integer getLineNumber()
- Specified by:
getLineNumberin interfaceSourceAttachment- Overrides:
getLineNumberin classPlayException
-
isSourceAvailable
public boolean isSourceAvailable()
- Overrides:
isSourceAvailablein classPlayException
-
-