edu.rit.numeric
Class TooManyIterationsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.rit.numeric.NumericRuntimeException
                  extended by edu.rit.numeric.TooManyIterationsException
All Implemented Interfaces:
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
TooManyIterationsException()
          Construct a new too-many-iterations exception with no detail message and no cause.
TooManyIterationsException(String message)
          Construct a new too-many-iterations exception with the given detail message and no cause.
TooManyIterationsException(String message, Throwable cause)
          Construct a new too-many-iterations exception with the given detail message and the given cause.
TooManyIterationsException(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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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(String message)
Construct a new too-many-iterations exception with the given detail message and no cause.

Parameters:
message - Detail message.

TooManyIterationsException

public TooManyIterationsException(Throwable cause)
Construct a new too-many-iterations exception with the given cause and the default detail message.

Parameters:
cause - Cause.

TooManyIterationsException

public TooManyIterationsException(String message,
                                  Throwable cause)
Construct a new too-many-iterations exception with the given detail message and the given cause.



Copyright © 2005-2012 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.