Package play.exceptions
Class JavaExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- play.exceptions.PlayException
-
- play.exceptions.PlayExceptionWithJavaSource
-
- play.exceptions.JavaExecutionException
-
- All Implemented Interfaces:
java.io.Serializable
,SourceAttachment
public class JavaExecutionException extends PlayExceptionWithJavaSource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JavaExecutionException(java.lang.Throwable e)
JavaExecutionException(ApplicationClasses.ApplicationClass applicationClass, java.lang.Integer lineNumber, java.lang.Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getErrorDescription()
java.lang.String
getErrorTitle()
boolean
isSourceAvailable()
-
Methods inherited from class play.exceptions.PlayExceptionWithJavaSource
getLineNumber, getSource, getSourceFile
-
Methods inherited from class play.exceptions.PlayException
getId, getInterestingStackTraceElement, getInterestingStrackTraceElement, getMoreHTML
-
-
-
-
Constructor Detail
-
JavaExecutionException
public JavaExecutionException(ApplicationClasses.ApplicationClass applicationClass, java.lang.Integer lineNumber, java.lang.Throwable e)
-
JavaExecutionException
public JavaExecutionException(java.lang.Throwable e)
-
-
Method Detail
-
getErrorTitle
public java.lang.String getErrorTitle()
- Specified by:
getErrorTitle
in classPlayException
-
getErrorDescription
public java.lang.String getErrorDescription()
- Specified by:
getErrorDescription
in classPlayException
-
isSourceAvailable
public boolean isSourceAvailable()
- Overrides:
isSourceAvailable
in classPlayExceptionWithJavaSource
-
-