org.jaxup
Class UpdateException

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

public class UpdateException
extends org.jaxen.JaxenException

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

Author:
Erwin Bolwidt
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, printStackTrace, printStackTrace, printStackTrace, 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()


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

SourceForge Logo