public class InvalidMeasureRuntimeException extends BIBaseRuntimeException
Modifier and Type | Field and Description |
---|---|
protected java.lang.String[] |
m_measure |
m_support
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getMeasures()
Retrieve the invalid measure or measures.
|
elementAt, elements, getBIRootCause, getPreviousException, printStackTrace, printStackTrace, printStackTraceSuper, printStackTraceSuper, size, toString
protected java.lang.String[] m_measure
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).