play.utils
类 FastRuntimeException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 play.utils.FastRuntimeException
所有已实现的接口:
java.io.Serializable
直接已知子类:
Result

public class FastRuntimeException
extends java.lang.RuntimeException

Fast Exception - skips creating stackTrace. More info here: http://www.javaspecialists.eu/archive/Issue129.html

另请参见:
序列化表格

构造方法摘要
FastRuntimeException()
           
FastRuntimeException(java.lang.String desc)
           
FastRuntimeException(java.lang.String desc, java.lang.Throwable cause)
           
FastRuntimeException(java.lang.Throwable cause)
           
 
方法摘要
 java.lang.Throwable fillInStackTrace()
          Since we override this method, no stacktrace is generated - much faster
 
从类 java.lang.Throwable 继承的方法
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

FastRuntimeException

public FastRuntimeException()

FastRuntimeException

public FastRuntimeException(java.lang.String desc)

FastRuntimeException

public FastRuntimeException(java.lang.String desc,
                            java.lang.Throwable cause)

FastRuntimeException

public FastRuntimeException(java.lang.Throwable cause)
方法详细信息

fillInStackTrace

public java.lang.Throwable fillInStackTrace()
Since we override this method, no stacktrace is generated - much faster

覆盖:
java.lang.Throwable 中的 fillInStackTrace
返回:
always null


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly