Class RangeCheckException

All Implemented Interfaces:
Serializable

public 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.

See Also:
  • Constructor Details

    • RangeCheckException

      public RangeCheckException(String message)
      Construct an exception with the given message.
      Parameters:
      message - The message
    • RangeCheckException

      public RangeCheckException(String message, Throwable cause)
      Construct an exception with the given cause and message.
      Parameters:
      message - The message
      cause - The cause