|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jaxup.UpdateException
org.jaxup.InvalidNodeException
org.jaxup.InvalidContextException
public class InvalidContextException
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.
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 |
---|
public InvalidContextException(java.lang.String message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |