Class ThrowKit
java.lang.Object
com.iohao.net.common.kit.exception.ThrowKit
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidofIllegalArgumentException(String message) voidofIllegalArgumentException(String message, Exception e) voidofNullPointerException(String message) voidofRuntimeException(String message) void
-
Constructor Details
-
ThrowKit
public ThrowKit()
-
-
Method Details
-
ofIllegalArgumentException
- Throws:
CommonIllegalArgumentException
-
ofIllegalArgumentException
public void ofIllegalArgumentException(String message, Exception e) throws CommonIllegalArgumentException - Throws:
CommonIllegalArgumentException
-
ofRuntimeException
- Throws:
CommonRuntimeException
-
ofRuntimeException
- Throws:
CommonRuntimeException
-
ofNullPointerException
- Throws:
NullPointerException
-