Orbital library

orbital.logic.imp
Class IncompleteCalculusException

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

public class IncompleteCalculusException
extends LogicException

A LogicException thrown when an incomplete calculus is used. Especially thrown to indicate that an operation has been requested that could not be performed due to the calculus used being incomplete.

Author:
André Platzer
See Also:
Serialized Form

Constructor Summary
IncompleteCalculusException()
           
IncompleteCalculusException(java.lang.String message)
           
 
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

IncompleteCalculusException

public IncompleteCalculusException(java.lang.String message)

IncompleteCalculusException

public IncompleteCalculusException()

Orbital library
1.3.0: 11 Apr 2009

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