play.exceptions
Class JavaExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
play.exceptions.PlayException
play.exceptions.JavaException
play.exceptions.JavaExecutionException
- All Implemented Interfaces:
- java.io.Serializable, SourceAttachment
public class JavaExecutionException
- extends JavaException
An exception occured during Java execution
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JavaExecutionException
public JavaExecutionException(ApplicationClasses.ApplicationClass applicationClass,
java.lang.Integer lineNumber,
java.lang.Throwable e)
JavaExecutionException
public JavaExecutionException(java.lang.String action,
java.lang.Throwable e)
JavaExecutionException
public JavaExecutionException(java.lang.Throwable e)
getErrorTitle
public java.lang.String getErrorTitle()
- Specified by:
getErrorTitle
in class PlayException
getErrorDescription
public java.lang.String getErrorDescription()
- Specified by:
getErrorDescription
in class PlayException
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly