Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


oracle.dss.rules
Class RuleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.dss.util.BIBaseException
              extended by oracle.dss.rules.RuleException

All Implemented Interfaces:
java.io.Serializable, BIException

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

Field Summary

 

Fields inherited from class oracle.dss.util.BIBaseException
m_support

 

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

 

Method Summary

 

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

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace

 

Methods inherited from class java.lang.Object
clone, equals, finalize, 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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


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