| 
 | Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher 11g Release 1 (11.1.1) E22256-02 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           oracle.xdo.XDOException
oracle.xdo.XDOException
public class XDOException
XDOException is designed as the superclass of all exceptions occurred inside XML Publisher. XDOException also has a capability of containing lower level Throwable to let the application know the reason of exception.
| Constructor Summary | |
|---|---|
| XDOException()Constructor | |
| XDOException(java.lang.String message)Constructor | |
| XDOException(java.lang.String message, java.lang.Throwable cause)Constructor | |
| XDOException(java.lang.Throwable cause)Constructor | |
| Method Summary | 
|---|
| 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 | 
|---|
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public XDOException()
Exception.Exception()public XDOException(java.lang.String message)
message -Exception.Exception(String)
public XDOException(java.lang.String message,
                    java.lang.Throwable cause)
message -cause -Exception.Exception(String, Throwable)public XDOException(java.lang.Throwable cause)
cause -Exception.Exception(Throwable)| 
 | Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher 11g Release 1 (11.1.1) E22256-02 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||