DomException Class

com.bea.p13n.xml.util
DomException Class

public class DomException

    extends ApplicationException

Exception class that encapsulates DomHelper exceptions


Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        DomException
All Implemented Interfaces

Serializable

Constructor Summary

DomException(String message, Throwable cause)

Creates a DomException using a given message and the cause
DomException(String message)

Creates an instance of DomException
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

DomException

public DomException(String message, 
                    Throwable cause)
Creates a DomException using a given message and the cause

DomException

public DomException(String message)
Creates an instance of DomException