|
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.dss.util.DataException
public abstract class DataException
Indicates a problem with data. Subclasses of this class provide specific information about the problem.
Field Summary | |
---|---|
protected java.util.ResourceBundle |
m_Resources
|
Fields inherited from class oracle.dss.util.BIBaseException |
---|
m_support |
Constructor Summary | |
---|---|
DataException(java.lang.String s,
java.lang.Exception e)
Constructor that takes a message. |
Method Summary |
---|
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 |
Field Detail |
---|
protected java.util.ResourceBundle m_Resources
Constructor Detail |
---|
public DataException(java.lang.String s, java.lang.Exception e)
s
- The message.e
- exception to carry forward
|
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 |