Package icu.easyj.core.exception
Class WrapperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
icu.easyj.core.exception.WrapperException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SkipCallbackWrapperException
Wrapper Exception.
包装异常,该异常类必须在一定范围内捕获并抛出cause。由于是比较特殊的异常类,请谨慎使用。
包装异常,该异常类必须在一定范围内捕获并抛出cause。由于是比较特殊的异常类,请谨慎使用。
- Author:
- wangliang181230
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperException(String message, Throwable cause) WrapperException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WrapperException
-
WrapperException
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-