© 2005 BEA Systems, Inc.

com.bea.p13n.xml.util
Class DomException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.p13n.exceptions.ApplicationException
              extended bycom.bea.p13n.xml.util.DomException
All Implemented Interfaces:
Serializable

public class DomException
extends ApplicationException

Exception class that encapsulates DomHelper exceptions

See Also:
Serialized Form

Constructor Summary
DomException(String message)
          Creates an instance of DomException
DomException(String message, Throwable cause)
          Creates a DomException using a given message and the cause
 
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

DomException

public DomException(String message)
Creates an instance of DomException


DomException

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


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved