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

Class 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.
    • 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

      • 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

You see the box below because you did not login.