Package io.keikai.api
Class IllegalOpArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.keikai.api.IllegalOpArgumentException
- All Implemented Interfaces:
Serializable
Indicate an illegal operation & argument exception. We usually catch this exception and show corresponding message for users.
- Since:
- 3.0.0
- Author:
- kuro
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalOpArgumentException(String message) IllegalOpArgumentException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalOpArgumentException
public IllegalOpArgumentException() -
IllegalOpArgumentException
-
IllegalOpArgumentException
-
IllegalOpArgumentException
-