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

另请参见:
序列化表格

构造方法摘要
PlayException()
           
PlayException(java.lang.String message)
           
PlayException(java.lang.String message, java.lang.Throwable cause)
           
 
方法摘要
abstract  java.lang.String getErrorDescription()
           
abstract  java.lang.String getErrorTitle()
           
 java.lang.String getId()
           
static java.lang.StackTraceElement getInterestingStrackTraceElement(java.lang.Throwable cause)
           
 java.lang.Integer getLineNumber()
           
 java.lang.String getMoreHTML()
           
 java.lang.String getSourceFile()
           
 boolean isSourceAvailable()
           
 
从类 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