org.jaxup
Class InvalidNodeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jaxup.UpdateException
              extended byorg.jaxup.InvalidNodeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidContextException

public class InvalidNodeException
extends UpdateException

See Also:
Serialized Form

Constructor Summary
InvalidNodeException(java.lang.String message)
           
InvalidNodeException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class org.jaxup.UpdateException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

InvalidNodeException

public InvalidNodeException(java.lang.String message)

InvalidNodeException

public InvalidNodeException(java.lang.String message,
                            java.lang.Throwable cause)