play.exceptions
类 JavaExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
play.exceptions.PlayException
play.exceptions.JavaException
play.exceptions.JavaExecutionException
- 所有已实现的接口:
- java.io.Serializable, SourceAttachment
public class JavaExecutionException
- extends JavaException
An exception occured during Java execution
- 另请参见:
- 序列化表格
从类 java.lang.Throwable 继承的方法 |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 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()
- 指定者:
- 类
PlayException
中的 getErrorTitle
getErrorDescription
public java.lang.String getErrorDescription()
- 指定者:
- 类
PlayException
中的 getErrorDescription
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly