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.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, 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

 

Field Detail

m_measure

protected java.lang.String[] m_measure
For internal use only. Application developers should not use this

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.

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.