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
UpdateException
public UpdateException(String message)
UpdateException
public UpdateException(String message,
Throwable cause)
getCause
public Throwable getCause()
- Overrides:
getCause
in class Throwable