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

E12063-05

oracle.dss.util
Class InvalidMeasureRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.dss.util.BIBaseRuntimeException
                  extended by oracle.dss.util.InvalidMeasureRuntimeException
All Implemented Interfaces:
java.io.Serializable, BIException

public class InvalidMeasureRuntimeException
extends BIBaseRuntimeException

Thrown if an invalid measure is found in a step or selection.

See Also:
Serialized Form

Field Summary
protected  java.lang.String[] m_measure
           
 
Fields inherited from class oracle.dss.util.BIBaseRuntimeException
m_support
 
Constructor Summary
InvalidMeasureRuntimeException(java.lang.String measure)
          Constructor for a single invalid measure only.
InvalidMeasureRuntimeException(java.lang.String s, java.lang.String[] measure, java.lang.Throwable e)
          Constructor for multiple invalid measures.
InvalidMeasureRuntimeException(java.lang.String s, java.lang.String measure, java.lang.Throwable e)
          Constructor for a single invalid measure.
 
Method Summary
 java.lang.String[] getMeasures()
          Retrieve the invalid measure or measures.
 
Methods inherited from class oracle.dss.util.BIBaseRuntimeException
elementAt, elements, getBIRootCause, 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_measure

protected java.lang.String[] m_measure
Constructor Detail

InvalidMeasureRuntimeException

public InvalidMeasureRuntimeException(java.lang.String measure)
Constructor for a single invalid measure only.

Parameters:
measure - Invalid measure that is in question.

InvalidMeasureRuntimeException

public InvalidMeasureRuntimeException(java.lang.String s,
                                      java.lang.String measure,
                                      java.lang.Throwable e)
Constructor for a single invalid measure.

Parameters:
s - Message to display.
measure - Invalid measure that is in question.
e - Previous exception to carry (may be null).

InvalidMeasureRuntimeException

public InvalidMeasureRuntimeException(java.lang.String s,
                                      java.lang.String[] measure,
                                      java.lang.Throwable e)
Constructor for multiple invalid measures.

Parameters:
s - Message to display.
measure - Invalid measures that are in question.
e - Previous exception to carry (may be null).
Method Detail

getMeasures

public java.lang.String[] getMeasures()
Retrieve the invalid measure or measures.

Returns:
array of invalid measures.

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.