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

E12063-04

oracle.dss.gauge
Class GaugeException

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
All Implemented Interfaces:
java.io.Serializable, BIException
Direct Known Subclasses:
MetricOutOfBoundsException, MetricUnavailableException

public abstract class GaugeException
extends BIBaseException

See Also:
Serialized Form
For internal use only. Application developers should not use this
Indicates a problem with gauge data. Subclasses of this class provide specific information about the problem.

Field Summary
protected  java.util.ResourceBundle m_Resources
           
 
Fields inherited from class oracle.dss.util.BIBaseException
m_support
 
Constructor Summary
GaugeException(java.lang.String s, java.lang.Exception e)
          Constructor that takes a 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
 

Field Detail

m_Resources

protected java.util.ResourceBundle m_Resources
For internal use only. Application developers should not use this
Constructor Detail

GaugeException

public GaugeException(java.lang.String s,
                      java.lang.Exception e)
Constructor that takes a message.

Parameters:
s - The message.
e - exception to carry forward

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

E12063-04

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