cetus.hir
Class NotAnOrphanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cetus.hir.NotAnOrphanException
All Implemented Interfaces:
java.io.Serializable

public class NotAnOrphanException
extends java.lang.RuntimeException

Thrown when an action is performed on an IR object and that object is required to have no parent object, but that is not the case.

See Also:
Serialized Form

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

NotAnOrphanException

public NotAnOrphanException()

NotAnOrphanException

public NotAnOrphanException(java.lang.String message)