org.jaxup
Class InvalidContextException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.saxpath.SAXPathException
                    |
                    +--org.jaxen.JaxenException
                          |
                          +--org.jaxup.UpdateException
                                |
                                +--org.jaxup.InvalidContextException
All Implemented Interfaces:
Serializable

public class InvalidContextException
extends UpdateException

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(String message)
           
 
Methods inherited from class org.jaxup.UpdateException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidContextException

public InvalidContextException(String message)


Copyright © 2001 Erwin Bolwidt. All Rights Reserved. Hosted by

SourceForge Logo