org.apache.xerces.xni
public class XNIException extends RuntimeException
Note: By extending the Java
RuntimeException
, XNI handlers and components are
not required to catch XNI exceptions but may explicitly catch
them, if so desired.
Version: $Id: XNIException.java,v 1.5 2004/08/15 21:22:16 mrglavas Exp $
Constructor Summary | |
---|---|
XNIException(String message)
Constructs an XNI exception with a message.
| |
XNIException(Exception exception)
Constructs an XNI exception with a wrapped exception.
| |
XNIException(String message, Exception exception)
Constructs an XNI exception with a message and wrapped exception.
|
Method Summary | |
---|---|
Exception | getException() Returns the wrapped exception. |
Parameters: message The exception message.
Parameters: exception The wrapped exception.
Parameters: message The exception message. exception The wrapped exception.