Documentation of 'edu.rit.numeric.RangeException' Java class
RangeException
edu.rit.numeric

Class RangeException

  • All Implemented Interfaces:
    java.io.Serializable


    public class RangeException
    extends NumericRuntimeException
    Class RangeException is an unchecked runtime exception thrown if a function's value is outside the range of the return type.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      RangeException()
      Construct a new range exception with no detail message and no cause.
      RangeException(java.lang.String message)
      Construct a new range exception with the given detail message and no cause.
      RangeException(java.lang.String message, java.lang.Throwable cause)
      Construct a new range exception with the given detail message and the given cause.
      RangeException(java.lang.Throwable cause)
      Construct a new range exception with the given cause and the default detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RangeException

        public RangeException()
        Construct a new range exception with no detail message and no cause.
      • RangeException

        public RangeException(java.lang.String message)
        Construct a new range exception with the given detail message and no cause.
        Parameters:
        message - Detail message.
      • RangeException

        public RangeException(java.lang.Throwable cause)
        Construct a new range exception with the given cause and the default detail message.
        Parameters:
        cause - Cause.
      • RangeException

        public RangeException(java.lang.String message,
                              java.lang.Throwable cause)
        Construct a new range exception with the given detail message and the given cause.
        Parameters:
        message - Detail message.
        cause - Cause.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.