edu.rit.numeric
Class TooManyIterationsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.rit.numeric.NumericRuntimeException
-
- edu.rit.numeric.TooManyIterationsException
-
- All Implemented Interfaces:
- java.io.Serializable
public class TooManyIterationsException extends NumericRuntimeException
Class TooManyIterationsException is an unchecked runtime exception thrown if too many iterations have occurred when computing a function.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description TooManyIterationsException()Construct a new too-many-iterations exception with no detail message and no cause.TooManyIterationsException(java.lang.String message)Construct a new too-many-iterations exception with the given detail message and no cause.TooManyIterationsException(java.lang.String message, java.lang.Throwable cause)Construct a new too-many-iterations exception with the given detail message and the given cause.TooManyIterationsException(java.lang.Throwable cause)Construct a new too-many-iterations exception with the given cause and the default detail message.
-
-
-
Constructor Detail
-
TooManyIterationsException
public TooManyIterationsException()
Construct a new too-many-iterations exception with no detail message and no cause.
-
TooManyIterationsException
public TooManyIterationsException(java.lang.String message)
Construct a new too-many-iterations exception with the given detail message and no cause.- Parameters:
message- Detail message.
-
TooManyIterationsException
public TooManyIterationsException(java.lang.Throwable cause)
Construct a new too-many-iterations exception with the given cause and the default detail message.- Parameters:
cause- Cause.
-
TooManyIterationsException
public TooManyIterationsException(java.lang.String message, java.lang.Throwable cause)Construct a new too-many-iterations exception with the given detail message and the given cause.
-
-
DMelt 3.0 © DataMelt by jWork.ORG