org.jaxup
Class InvalidNodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jaxup.UpdateException
              extended by org.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)
           
 
Method Summary
 
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)