| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BIException
Methods that are supported in all BI Beans exceptions. Runtime exceptions and declared exceptions have these methods.
| Method Summary | |
|---|---|
|  java.lang.Throwable | elementAt(int index)Retrieves the exception at the specified index. | 
|  java.util.Enumeration | elements()Retrieves An enumeration of exceptions in the exception chain. | 
|  java.lang.Throwable | getBIRootCause()Retrieves the root exception. | 
|  java.lang.Throwable | getPreviousException()Retrieves the underlying exception, if one exists. | 
|  int | size()Retrieves the size of the exception chain. | 
|  java.lang.String | toString()Retrieves the exception stack. | 
| Method Detail | 
|---|
java.lang.Throwable getPreviousException()
null if there is no
          underlying exception.java.lang.String toString()
toString in class java.lang.Objectjava.lang.Throwable getBIRootCause()
java.lang.Throwable elementAt(int index)
java.util.Enumeration elements()
int size()
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||