org.apache.axiom.om.impl.dom
Class OMDOMException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.axiom.om.OMException
                  extended byorg.apache.axiom.om.impl.dom.OMDOMException
All Implemented Interfaces:
java.io.Serializable

public class OMDOMException
extends OMException

OMDOM specific exception

See Also:
Serialized Form

Constructor Summary
OMDOMException()
           
OMDOMException(java.lang.String arg0)
           
OMDOMException(java.lang.String arg0, java.lang.Throwable arg1)
           
OMDOMException(java.lang.Throwable arg0)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

OMDOMException

public OMDOMException()

OMDOMException

public OMDOMException(java.lang.String arg0)

OMDOMException

public OMDOMException(java.lang.Throwable arg0)

OMDOMException

public OMDOMException(java.lang.String arg0,
                      java.lang.Throwable arg1)