edu.rit.numeric
Class NumericRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.rit.numeric.NumericRuntimeException
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DomainException, RangeException, TooManyIterationsException
public class NumericRuntimeException extends java.lang.RuntimeExceptionClass 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.
-
-
-
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