com.bea.p13n.xml.util
Class DomException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.bea.p13n.exceptions.ApplicationException
|
+--com.bea.p13n.xml.util.DomException
- All Implemented Interfaces:
- Serializable
- public class DomException
- extends ApplicationException
Exception class that encapsulates DomHelper
exceptions
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DomException
public DomException(String message)
- Creates an instance of DomException
- Parameters:
message
- The exception message
DomException
public DomException(String message,
Throwable cause)
- Creates a DomException using a given message and the cause
- Parameters:
message
- The exception messagecause
- The Throwable
that caused this exception
Copyright © 2003 BEA Systems, Inc. All Rights Reserved