Orbital library

orbital.logic
Class RecursionStoppedException

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

public class RecursionStoppedException
extends java.lang.RuntimeException

An Exception thrown if a recursive algorithm is explicitly stopped during recursion.

Author:
André Platzer
See Also:
Serialized Form

Constructor Summary
RecursionStoppedException()
           
RecursionStoppedException(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
 

Constructor Detail

RecursionStoppedException

public RecursionStoppedException()

RecursionStoppedException

public RecursionStoppedException(java.lang.String spec)

Orbital library
1.3.0: 11 Apr 2009

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