Package com.github.mizool.core.exception
Class ArgumentNullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.github.mizool.core.exception.ArgumentNullException
- All Implemented Interfaces:
- Serializable
Thrown when an explicit null check fails for a method argument.
 
Note: the exception is named "Argument..." instead of "Parameter..." for consistency with
Note: the exception is named "Argument..." instead of "Parameter..." for consistency with
IllegalArgumentException, which it extends.- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ArgumentNullException
 
-