Orbital library

orbital.logic
Class LimitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by orbital.logic.LimitException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IterationLimitException, RecursionLimitException

public class LimitException
extends java.lang.RuntimeException

Thrown when a limit is exceeded.

Author:
André Platzer
See Also:
Serialized Form

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

LimitException

public LimitException()

LimitException

public LimitException(java.lang.String spec)

Orbital library
1.3.0: 11 Apr 2009

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