Class InvalidArgumentException
Object
Throwable
Exception
RuntimeException
BaseRuntimeException
MultilevelRuntimeException
InvocationRuntimeException
InvalidArgumentException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ArgumentTypeException,ArgumentValueException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class MultilevelRuntimeException
MultilevelRuntimeException.Level -
Constructor Summary
ConstructorsConstructorDescriptionInvalidArgumentException(ErrorDetail detail, Throwable cause) InvalidArgumentException(String code, String message) -
Method Summary
Methods inherited from class InvocationRuntimeException
getMethod, getSubject, setMethod, setSubject, translateMethods inherited from class MultilevelRuntimeException
getLevel, isHighLevel, isLowLevelMethods inherited from class BaseRuntimeException
fillInStackTrace, getCode, setCodeMethods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidArgumentException
-
InvalidArgumentException
-