|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.rit.numeric.NumericRuntimeException
edu.rit.numeric.TooManyIterationsException
public class TooManyIterationsException
Class TooManyIterationsException is an unchecked runtime exception thrown if too many iterations have occurred when computing a function.
| 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 |
|---|
public TooManyIterationsException()
public TooManyIterationsException(String message)
message - Detail message.public TooManyIterationsException(Throwable cause)
cause - Cause.
public TooManyIterationsException(String message,
Throwable cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||