org.odejava
Class IllegalOdejavaOperation

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.odejava.IllegalOdejavaOperation
All Implemented Interfaces:
Serializable

public class IllegalOdejavaOperation
extends Error

Indicates an illegal operation was performed on the graph such as an attempt to assign multiple parent SpaceS to a Geom.

Author:
William Denniss
See Also:
Serialized Form

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

IllegalOdejavaOperation

public IllegalOdejavaOperation()

IllegalOdejavaOperation

public IllegalOdejavaOperation(String message)