Class IndexOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.IndexOutOfBoundsException
- All Implemented Interfaces:
Serializable
Checked counterpart of
IndexOutOfBoundsException
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException()
.IndexOutOfBoundsException
(String message) SeeException(String)
.IndexOutOfBoundsException
(String message, Throwable cause) SeeException(Throwable)
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IndexOutOfBoundsException
public IndexOutOfBoundsException()SeeException()
. -
IndexOutOfBoundsException
SeeException(String)
. -
IndexOutOfBoundsException
-
IndexOutOfBoundsException
SeeException(Throwable)
.
-