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

Class DomainException

  • All Implemented Interfaces:
    java.io.Serializable


    public class DomainException
    extends NumericRuntimeException
    Class DomainException is an unchecked runtime exception thrown if a function's argument is outside the allowed set of values for the function.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      DomainException()
      Construct a new domain exception with no detail message and no cause.
      DomainException(java.lang.String message)
      Construct a new domain exception with the given detail message and no cause.
      DomainException(java.lang.String message, java.lang.Throwable cause)
      Construct a new domain exception with the given detail message and the given cause.
      DomainException(java.lang.Throwable cause)
      Construct a new domain 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

      • DomainException

        public DomainException()
        Construct a new domain exception with no detail message and no cause.
      • DomainException

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

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

        public DomainException(java.lang.String message,
                               java.lang.Throwable cause)
        Construct a new domain exception with the given detail message and the given cause.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.