- 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