Package org.qiunet.utils.exceptions
Class CustomException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.qiunet.utils.exceptions.CustomException
- All Implemented Interfaces:
Serializable
自定义的一个运行异常. 主要拼消息会方便很多.
- Author:
- qiunet 2020-09-27 17:19
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCustomException(String message, Object... params) CustomException(Throwable cause, String message, Object... params) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CustomException
-
CustomException
-
-
Method Details
-
wrapper
-
logger
public void logger(org.slf4j.Logger logger)
-