Orbital library

orbital.logic
Class RecursionLimitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by orbital.logic.LimitException
                  extended by orbital.logic.RecursionLimitException
All Implemented Interfaces:
java.io.Serializable

public class RecursionLimitException
extends LimitException

Thrown when the limit for the maximum number of recursions is overrun.

Author:
André Platzer
See Also:
Serialized Form

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

MaxRecursions

public static int MaxRecursions
The limit for the maximum number of recursions for mathematical operations such as fixed point recursions.

Constructor Detail

RecursionLimitException

public RecursionLimitException()

RecursionLimitException

public RecursionLimitException(java.lang.String spec)

Orbital library
1.3.0: 11 Apr 2009

Copyright © 1996-2009 André Platzer
All Rights Reserved.