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:
java.io.Serializable

public class OMDOMException
extends OMException

OMDOM specific exception

See Also:
Serialized Form

Constructor Summary
OMDOMException()
           
OMDOMException(java.lang.String msg)
           
OMDOMException(java.lang.String msg, java.lang.Throwable cause)
           
OMDOMException(java.lang.Throwable cause)
           
 
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(java.lang.String msg)

OMDOMException

public OMDOMException(java.lang.Throwable cause)

OMDOMException

public OMDOMException(java.lang.String msg,
                      java.lang.Throwable cause)


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