类 NoStackTraceRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.core.NoStackTraceRuntimeException
- 所有已实现的接口:
Serializable
- 从以下版本开始:
- 4.0
- 作者:
- TODAY 2021/7/27 20:50
- 另请参阅:
-
构造器概要
构造器构造器说明Construct aNestedRuntimeExceptionwith the specified detail message.NoStackTraceRuntimeException(String msg, Throwable cause) Construct aNestedRuntimeExceptionwith the specified detail message and nested exception.Construct aNestedRuntimeExceptionwith the specified nested exception. -
方法概要
从类继承的方法 cn.taketoday.core.NestedRuntimeException
contains, getMostSpecificCause, getNestedMessage, getRootCause从类继承的方法 java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
构造器详细资料
-
NoStackTraceRuntimeException
public NoStackTraceRuntimeException() -
NoStackTraceRuntimeException
Construct aNestedRuntimeExceptionwith the specified detail message.- 参数:
msg- the detail message
-
NoStackTraceRuntimeException
Construct aNestedRuntimeExceptionwith the specified nested exception.- 参数:
cause- the nested exception
-
NoStackTraceRuntimeException
Construct aNestedRuntimeExceptionwith the specified detail message and nested exception.- 参数:
msg- the detail messagecause- the nested exception
-
-
方法详细资料
-
fillInStackTrace
no stack trace- 覆盖:
fillInStackTrace在类中Throwable
-