|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
oracle.dss.util.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.
Field Summary | |
---|---|
protected java.lang.Throwable |
mThrowable
|
Constructor Summary | |
---|---|
XDOException()
|
|
XDOException(java.lang.String s)
Constructs an Exception with the specified detail message. |
|
XDOException(java.lang.Throwable e)
Constructs an Exception with the cause Throwable object. |
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown. |
java.lang.String |
getMessage()
|
void |
printStackTrace()
|
void |
printStackTrace(java.io.PrintStream s)
|
void |
printStackTrace(java.io.PrintWriter s)
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.Throwable mThrowable
Constructor Detail |
---|
public XDOException()
public XDOException(java.lang.String s)
s
- the detail message.public XDOException(java.lang.Throwable e)
e
- the cause Throwable objectMethod Detail |
---|
public void printStackTrace(java.io.PrintStream s)
printStackTrace
in class java.lang.Throwable
Throwable.printStackTrace(java.io.PrintStream)
public void printStackTrace(java.io.PrintWriter s)
printStackTrace
in class java.lang.Throwable
Throwable.printStackTrace(java.io.PrintWriter)
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
Throwable.printStackTrace()
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Throwable.getMessage()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |