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

E12063-05

oracle.dss.gauge
Class MetricOutOfBoundsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.dss.util.BIBaseException
              extended by oracle.dss.gauge.GaugeException
                  extended by oracle.dss.gauge.MetricOutOfBoundsException
All Implemented Interfaces:
java.io.Serializable, BIException

public class MetricOutOfBoundsException
extends GaugeException

See Also:
Serialized Form
For internal use only. Application developers should not use this
Indicates that the metric is out of range.

Field Summary
 
Fields inherited from class oracle.dss.gauge.GaugeException
m_Resources
 
Fields inherited from class oracle.dss.util.BIBaseException
m_support
 
Constructor Summary
MetricOutOfBoundsException(java.lang.String s)
          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, printStackTraceSuper, size, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetricOutOfBoundsException

public MetricOutOfBoundsException(java.lang.String s)
Constructor to use to display a customized message.

Parameters:
s - The customized message.

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

E12063-05

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