|
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.BIBaseException
oracle.adf.view.faces.bi.BIFacesException
public class BIFacesException
Non-runtime exceptions thrown specifically by ThinBeans.
Field Summary |
---|
Fields inherited from class oracle.dss.util.BIBaseException |
---|
m_support |
Constructor Summary | |
---|---|
BIFacesException(java.lang.String errorCode,
java.lang.String msg,
java.lang.Throwable e)
Constructor. |
|
BIFacesException(java.lang.String s,
java.lang.Throwable e)
Constructor. |
Method Summary | |
---|---|
java.lang.Throwable |
getRootCause()
Returns the exception that originally caused this exception to be thrown. |
Methods inherited from class oracle.dss.util.BIBaseException |
---|
elementAt, elements, findException, getBIRootCause, getException, getPreviousException, printStackTrace, printStackTraceSuper, size, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BIFacesException(java.lang.String s, java.lang.Throwable e)
s
- Message to display.e
- Previous exception to carry (may be null).public BIFacesException(java.lang.String errorCode, java.lang.String msg, java.lang.Throwable e)
code
- The error codes
- Message to display.e
- Previous exception to carry (may be null).Method Detail |
---|
public java.lang.Throwable getRootCause()
getRootCause
in interface oracle.bali.share.util.WrappingThrowable
|
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 |