Class InvalidArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.plugin.exception.InvalidArgumentException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a method has been passed an invalid argument.
E.g. Input
E.g. Input
null when null is not allowed.
This is a checked exception differing from the java runtime exception in IllegalArgumentException.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidArgumentException(Object caller, int errorCode, String errorMessage) InvalidArgumentException(Object caller, int errorCode, String errorMessage, Throwable cause) InvalidArgumentException(Object caller, String errorMessage) InvalidArgumentException(Object caller, String errorMessage, Throwable cause) -
Method Summary
Methods inherited from class com.priint.pubserver.exception.PubServerException
getCode, getErrorCodeInfo, getErrorsStack, getExceptionsStack, getFormattedMessage, getFormattedMessageTrace, getMessageStack, getModule, getParameters, retrieveErrorCodeInfo, retrieveErrorsStackMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidArgumentException
-
InvalidArgumentException
-
InvalidArgumentException
-
InvalidArgumentException
-