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


oracle.dss.rules
Class RuleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.dss.util.BIBaseException
                    |
                    +--oracle.dss.rules.RuleException
All Implemented Interfaces:
BIException, java.io.Serializable

public class RuleException
extends BIBaseException

Indicates a problem with a Rule. Subclasses of this class provide specific information about the problem.

See Also:
Serialized Form

Constructor Summary
RuleException(java.lang.String s, java.lang.Exception e)
          Constructor to use to display a customized message.

 

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

 

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

RuleException

public RuleException(java.lang.String s,
                     java.lang.Exception e)
Constructor to use to display a customized message.
Parameters:
s - The customized message.

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


Copyright © 2003, Oracle. All Rights Reserved.