Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

oracle.dss.util
Interface BIException

All Known Implementing Classes:
BIBaseException, BIBaseRuntimeException, BIFacesException, ColumnOutOfRangeException, DataDirectorException, DataException, EdgeOutOfRangeException, GaugeException, InvalidDrillPathException, InvalidDrillTargetException, InvalidMeasureRuntimeException, LayerOutOfRangeException, MetricOutOfBoundsException, MetricUnavailableException, RowOutOfRangeException, RuleException, SeriesOutOfRangeException, SliceOutOfRangeException, ThresholdOutOfRangeException, TypeNotSupportedException

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

getPreviousException

java.lang.Throwable getPreviousException()
Retrieves the underlying exception, if one exists.

Returns:
The previous exception, or null if there is no underlying exception.

toString

java.lang.String toString()
Retrieves the exception stack.

Overrides:
toString in class java.lang.Object
Returns:
A concatenation of all messages from exceptions in the exception stack.

getBIRootCause

java.lang.Throwable getBIRootCause()
Retrieves the root exception.

Returns:
the root exception.

elementAt

java.lang.Throwable elementAt(int index)
Retrieves the exception at the specified index.

Returns:
The exception at the specified index.

elements

java.util.Enumeration elements()
Retrieves An enumeration of exceptions in the exception chain.

Returns:
An enumeration containing the exceptions.

size

int size()
Retrieves the size of the exception chain.

Returns:
The size of the exception chain.

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

Copyright © 1997, 2013, Oracle. All rights reserved.