<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">

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


oracle.dss.calculation.client.calcBuilder
Class CalcBuilderRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.dss.util.BIBaseRuntimeException
                          |
                          +--oracle.dss.calculation.client.calcBuilder.CalcBuilderRuntimeException
All Implemented Interfaces:
BIException, java.io.Serializable

public class CalcBuilderRuntimeException
extends BIBaseRuntimeException

Provides runtime exceptions that are thrown specifically by the CalcBuilder.

See Also:
Serialized Form

Method Summary
 java.lang.String getMessage()
          Retrieves the error message.

 

Methods inherited from class oracle.dss.util.BIBaseRuntimeException
elementAt, elements, getBIRootCause, getPreviousException, size, toString

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace

 

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

 

Method Detail

getMessage

public java.lang.String getMessage()
Retrieves the error message. If the error associated with the original error code is not found, then this method retrieves the original error code. The message is formatted as follows: ErrorCode <space> ErrorString For example: BIB-1500 MetadataManager not set
Overrides:
getMessage in class java.lang.Throwable
Returns:
String that represents the formatted error message.

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


Copyright © 2003, Oracle. All Rights Reserved.