cetus.hir
Class NotAChildException

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

public class NotAChildException
extends java.lang.RuntimeException

Thrown when an action is performed on an IR object and that action requires the object to be the child of another object, but that is not the case.

See Also:
Serialized Form

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

NotAChildException

public NotAChildException()

NotAChildException

public NotAChildException(java.lang.String message)