| 
 | BEA Systems, Inc. | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
weblogic.apache.xerces.xni.XNIException
This exception is the base exception of all XNI exceptions. It can be constructed with an error message or used to wrap another exception object.
 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.
| Constructor Summary | |
| XNIException(Exception exception)Deprecated. Constructs an XNI exception with a wrapped exception. | |
| XNIException(String message)Deprecated. Constructs an XNI exception with a message. | |
| XNIException(String message,
             Exception exception)Deprecated. Constructs an XNI exception with a message and wrapped exception. | |
| Method Summary | |
|  Exception | getException()Deprecated. Returns the wrapped exception. | 
| 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 | 
public XNIException(Exception exception)
public XNIException(String message)
public XNIException(String message,
                    Exception exception)
| Method Detail | 
public Exception getException()
| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||