Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.util
Class BIBaseRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.dss.util.BIBaseRuntimeException
All Implemented Interfaces:
BIException, java.io.Serializable
Direct Known Subclasses:
CalcBuilderRuntimeException, DataUtilRuntimeException, QueryBuilderRuntimeException, QueryRuntimeException, ThinRuntimeException

public abstract class BIBaseRuntimeException
extends java.lang.RuntimeException
implements BIException

Runtime exception. Subclasses of this class provide specific information about the type of problem that occurred.

See Also:
Serialized Form

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.
 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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

BIBaseRuntimeException

public 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.
Parameters:
s - The customized message.
prevException - The exception that underlies this exception.
Method Detail

getPreviousException

public java.lang.Throwable getPreviousException()
Retrieves the underlying exception, if one exists.
Specified by:
getPreviousException in interface BIException
Returns:
The previous exception, or null if there is no underlying exception.

toString

public java.lang.String toString()
Retrieves the exception stack.
Specified by:
toString in interface BIException
Overrides:
toString in class java.lang.Throwable
Returns:
A concatenation of all messages from exceptions in the exception stack.

getBIRootCause

public java.lang.Throwable getBIRootCause()
Retrieves the root exception.
Specified by:
getBIRootCause in interface BIException
Returns:
the root exception.

elementAt

public java.lang.Throwable elementAt(int index)
Retrieves the exception at the specified index.
Specified by:
elementAt in interface BIException
Returns:
The exception at the specified index.

elements

public java.util.Enumeration elements()
Retrieves An enumeration of exceptions in the exception chain.
Specified by:
elements in interface BIException
Returns:
An enumeration containing the exceptions.

size

public int size()
Retrieves the size of the exception chain.
Specified by:
size in interface BIException
Returns:
The size of the exception chain.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.