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
public class IllegalArgumentOutOfBoundsException extends IllegalArgumentException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description IllegalArgumentOutOfBoundsException(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
Modifier and Type Method Description Object
getLowerBound()
Object
getUpperBound()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString