public class InvalidRangeException extends UnexpectedException
Indicate a computation exceeds the implied range
IndexOutOfBoundsException,
Serialized Form| Constructor 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, toStringpublic InvalidRangeException()
public InvalidRangeException(String message)
public InvalidRangeException(Throwable cause)
public IndexOutOfBoundsException asJDKException()
Convert to corresponding JDK exception. Warning, since there are synchronized method execution please beware of the performance issue when calling this method
IndexOutOfBoundsException converted from this excpetion instanceCopyright © 2014–2021 OSGL (Open Source General Library). All rights reserved.