Package com.mastfrog.util.preconditions
Class InvalidArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.mastfrog.util.preconditions.InvalidArgumentException
- All Implemented Interfaces:
Serializable
Specialization of IllegalArgumentException to differentiate stack traces from
Checks.* tests (caller bug) from bugs in library code.
- Author:
- Tim Boudreau
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString