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
- 另请参见:
- 序列化表格
方法摘要 |
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