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

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

public class OMDOMException
extends OMException

OMDOM specific exception

See Also:
Serialized Form

Constructor Summary
OMDOMException()
           
OMDOMException(String arg0)
           
OMDOMException(String arg0, Throwable arg1)
           
OMDOMException(Throwable arg0)
           
 
Method Summary
 
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(String arg0)

OMDOMException

public OMDOMException(Throwable arg0)

OMDOMException

public OMDOMException(String arg0,
                      Throwable arg1)


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.