play.exceptions
类 PlayException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
play.exceptions.PlayException
- 所有已实现的接口:
- java.io.Serializable
- 直接已知子类:
- ActionNotFoundException, CacheException, CompilationException, ConfigurationException, ContinuationsException, DatabaseException, Evolutions.InconsistentDatabase, Evolutions.InvalidDatabaseRevision, Invoker.Suspend, JavaException, JPAException, MailException, NoRouteFoundException, TemplateException, TemplateNotFoundException, UnexpectedException, YAMLException
public abstract class PlayException
- extends java.lang.RuntimeException
The super class for all Play! exceptions
- 另请参见:
- 序列化表格
从类 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 |
PlayException
public PlayException()
PlayException
public PlayException(java.lang.String message)
PlayException
public PlayException(java.lang.String message,
java.lang.Throwable cause)
getErrorTitle
public abstract java.lang.String getErrorTitle()
getErrorDescription
public abstract java.lang.String getErrorDescription()
isSourceAvailable
public boolean isSourceAvailable()
getLineNumber
public java.lang.Integer getLineNumber()
getSourceFile
public java.lang.String getSourceFile()
getId
public java.lang.String getId()
getInterestingStrackTraceElement
public static java.lang.StackTraceElement getInterestingStrackTraceElement(java.lang.Throwable cause)
getMoreHTML
public java.lang.String getMoreHTML()
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly