Package tech.xmagic.exception
Class CustomRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.xmagic.exception.AbstractRuntimeException
tech.xmagic.exception.CustomRuntimeException
- All Implemented Interfaces:
Serializable
自定义运行时异常
- Since:
- 1.0.1
- Version:
- 1.0.1
- Author:
- xmagic
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionCustomRuntimeException(int code, String msg) CustomRuntimeException(int code, String msg, String err) protectedCustomRuntimeException(int code, String msg, String err, String tag) CustomRuntimeException(ResultCode resultCode) CustomRuntimeException(ResultCode resultCode, String err) protectedCustomRuntimeException(ResultCode resultCode, String err, String tag) -
Method Summary
Methods inherited from class tech.xmagic.exception.AbstractRuntimeException
getCode, getErr, getMsg, getTagMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CustomRuntimeException
-
CustomRuntimeException
-
CustomRuntimeException
-
CustomRuntimeException
-
CustomRuntimeException
-
CustomRuntimeException
-