Class NumberNotInRangeException

All Implemented Interfaces:
Serializable

public class NumberNotInRangeException extends InternalErrorException
This exception raises when a number is not in the range of numbers.
Author:
Michal Šťava
See Also:
  • Constructor Details

    • NumberNotInRangeException

      public NumberNotInRangeException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • NumberNotInRangeException

      public NumberNotInRangeException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • NumberNotInRangeException

      public NumberNotInRangeException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception