|
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.RecursionLimitException
public class RecursionLimitException
Thrown when the limit for the maximum number of recursions is overrun.
| Field Summary | |
|---|---|
static int |
MaxRecursions
The limit for the maximum number of recursions for mathematical operations such as fixed point recursions. |
| Constructor Summary | |
|---|---|
RecursionLimitException()
|
|
RecursionLimitException(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 MaxRecursions
| Constructor Detail |
|---|
public RecursionLimitException()
public RecursionLimitException(java.lang.String spec)
|
Orbital library 1.2.0: 23 Apr 2008 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||