Serializablepublic final class RangeCheckException extends RuntimeException
An exception raised when a RangeCheck assertion fails.
Exceptions of this type are not intended to be caught and handled; they indicate program bugs.
RangeCheck,
Serialized Form| Constructor | Description |
|---|---|
RangeCheckException(String message) |
Construct an exception with the given message.
|
RangeCheckException(String message,
Throwable cause) |
Construct an exception with the given cause and message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RangeCheckException(String message)
message - The messageCopyright © 2017 <code@io7m.com> http://io7m.com