Package com.illumon.util
Class IllegalArgumentOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.illumon.util.IllegalArgumentOutOfBoundsException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalArgumentOutOfBoundsException
(Object lowerBound, Object upperBound) IllegalArgumentOutOfBoundsException
(Object lowerBound, Object upperBound, String s) IllegalArgumentOutOfBoundsException
(Object lowerBound, Object upperBound, String message, Throwable cause) IllegalArgumentOutOfBoundsException
(Object lowerBound, Object upperBound, 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
-
IllegalArgumentOutOfBoundsException
-
IllegalArgumentOutOfBoundsException
-
IllegalArgumentOutOfBoundsException
-
IllegalArgumentOutOfBoundsException
-
-
Method Details
-
getLowerBound
-
getUpperBound
-