public class InvalidRangeException extends UnexpectedException
IndexOutOfBoundsException
,
Serialized FormConstructor and Description |
---|
InvalidRangeException() |
InvalidRangeException(String message) |
InvalidRangeException(String message,
Object... args) |
InvalidRangeException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
IndexOutOfBoundsException |
asJDKException()
Convert to corresponding JDK exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidRangeException()
public InvalidRangeException(String message)
public InvalidRangeException(Throwable cause)
public IndexOutOfBoundsException asJDKException()
IndexOutOfBoundsException
converted from this excpetion instanceCopyright © 2017. All Rights Reserved.