org.jaxup
Class InvalidContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jaxup.UpdateException
              extended by org.jaxup.InvalidNodeException
                  extended by org.jaxup.InvalidContextException
All Implemented Interfaces:
java.io.Serializable

public class InvalidContextException
extends InvalidNodeException

A context node or object was not of the right type or in the right state to be used by the method to which it was provided. For example, the context node is not part of an XML document, or it wasn't of the right java type to be a node in an XML document for a particular Updater implementation.

Author:
Erwin Bolwidt
See Also:
Serialized Form

Constructor Summary
InvalidContextException(java.lang.String message)
           
 
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

InvalidContextException

public InvalidContextException(java.lang.String message)