|
Orbital library | |||||||||
| 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
orbital.logic.LimitException
orbital.logic.IterationLimitException
public class IterationLimitException
Thrown when the limit for the maximum number of iterations is overrun.
| Field Summary | |
|---|---|
static int |
MaxIterations
The limit for the maximum number of iterations for mathematical operations such as fixed point iterations. |
| Constructor Summary | |
|---|---|
IterationLimitException()
|
|
IterationLimitException(java.lang.String spec)
|
|
| 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 |
| Field Detail |
|---|
public static int MaxIterations
| Constructor Detail |
|---|
public IterationLimitException()
public IterationLimitException(java.lang.String spec)
|
Orbital library 1.3.0: 11 Apr 2009 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||