Orbital library

orbital.logic
Class IterationLimitException

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.IterationLimitException
All Implemented Interfaces:
java.io.Serializable

public class IterationLimitException
extends LimitException

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

Author:
André Platzer
See Also:
Serialized Form

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

MaxIterations

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

Constructor Detail

IterationLimitException

public IterationLimitException()

IterationLimitException

public IterationLimitException(java.lang.String spec)

Orbital library
1.3.0: 11 Apr 2009

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