| 
 | 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 | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.dss.util.BIBaseRuntimeException
public abstract class BIBaseRuntimeException
Runtime exception. Subclasses of this class provide specific information about the type of problem that occurred.
| Field Summary | |
|---|---|
| protected  BIExceptionSupport | m_support | 
| Constructor Summary | |
|---|---|
| BIBaseRuntimeException(java.lang.String s,
                       java.lang.Throwable prevException)Constructor for an exception that displays a customized message and that passes on an underlying exception. | |
| 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. | 
|  void | printStackTrace() | 
|  void | printStackTraceSuper() | 
|  int | size()Retrieves the size of the exception chain. | 
|  java.lang.String | toString()Retrieves the exception stack. | 
| 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 BIExceptionSupport m_support
| Constructor Detail | 
|---|
public BIBaseRuntimeException(java.lang.String s,
                              java.lang.Throwable prevException)
s - The customized message.prevException - The exception that underlies this exception.| Method Detail | 
|---|
public void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTraceSuper()
public java.lang.Throwable getPreviousException()
getPreviousException in interface BIExceptionnull if there is no
          underlying exception.public java.lang.String toString()
toString in interface BIExceptiontoString in class java.lang.Throwablepublic java.lang.Throwable getBIRootCause()
getBIRootCause in interface BIExceptionpublic java.lang.Throwable elementAt(int index)
elementAt in interface BIExceptionpublic java.util.Enumeration elements()
elements in interface BIExceptionpublic int size()
size in interface BIException| 
 | 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 | ||||||||