org.jaxup
Class UpdateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jaxup.UpdateException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidNodeException, XUpdateException

public class UpdateException
extends Exception

An exception directly related to an attempt to update an XML document.

See Also:
Serialized Form

Constructor Summary
UpdateException(String message)
           
UpdateException(String message, Throwable cause)
           
 
Method Summary
 Throwable 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

UpdateException

public UpdateException(String message)

UpdateException

public UpdateException(String message,
                       Throwable cause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable