|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.dss.util.BIBaseRuntimeException
oracle.dss.util.InvalidMeasureRuntimeException
public class InvalidMeasureRuntimeException
Thrown if an invalid measure is found in a step or selection.
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 |
---|
protected java.lang.String[] m_measure
Constructor Detail |
---|
public InvalidMeasureRuntimeException(java.lang.String measure)
measure
- Invalid measure that is in question.public InvalidMeasureRuntimeException(java.lang.String s, java.lang.String measure, java.lang.Throwable e)
s
- Message to display.measure
- Invalid measure that is in question.e
- Previous exception to carry (may be null).public InvalidMeasureRuntimeException(java.lang.String s, java.lang.String[] measure, java.lang.Throwable e)
s
- Message to display.measure
- Invalid measures that are in question.e
- Previous exception to carry (may be null).Method Detail |
---|
public java.lang.String[] getMeasures()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |