org.jaxup
Class InvalidContextException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.jaxup.UpdateException
|
+--org.jaxup.InvalidNodeException
|
+--org.jaxup.InvalidContextException
- All Implemented Interfaces:
- 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.
- See Also:
- Serialized Form
InvalidContextException
public InvalidContextException(String message)