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.StringgetErrorDescription()java.lang.StringgetErrorTitle()booleanisSourceAvailable()-
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:
getErrorTitlein classPlayException
-
getErrorDescription
public java.lang.String getErrorDescription()
- Specified by:
getErrorDescriptionin classPlayException
-
isSourceAvailable
public boolean isSourceAvailable()
- Overrides:
isSourceAvailablein classPlayExceptionWithJavaSource
-
-