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

Class NumericRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    DomainException, RangeException, TooManyIterationsException


    public class NumericRuntimeException
    extends java.lang.RuntimeException
    Class NumericRuntimeException is the base class for an unchecked runtime exception thrown by a method in a numerical class.
    See Also:
    Serialized Form
    • Constructor Summary

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

      • NumericRuntimeException

        public NumericRuntimeException()
        Construct a new numeric runtime exception with no detail message and no cause.
      • NumericRuntimeException

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

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

        public NumericRuntimeException(java.lang.String message,
                                       java.lang.Throwable cause)
        Construct a new numeric runtime 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.