| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
oracle.dss.util.BIBaseException
oracle.dss.util.DataException
oracle.dss.dataView.ThresholdOutOfRangeException
public class ThresholdOutOfRangeException
Indicates that a threshold parameter was out of range.
| Field Summary | 
|---|
| Fields inherited from class oracle.dss.util.DataException | 
|---|
| m_Resources | 
| Fields inherited from class oracle.dss.util.BIBaseException | 
|---|
| m_support | 
| Constructor Summary | |
|---|---|
| ThresholdOutOfRangeException(long threshold,
                             long bound)Constructor to use to display a standard message. | |
| ThresholdOutOfRangeException(long threshold,
                             long bound,
                             java.lang.Exception e)Constructor for an exception that passes on a previous exception and that identifies the threshold and the boundary. | |
| ThresholdOutOfRangeException(java.lang.String s)Constructor to use to display a customized message. | |
| ThresholdOutOfRangeException(java.lang.String s,
                             java.lang.Exception e)Constructor for an exception that passes on a previous exception and that uses a customized 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 | 
| Constructor Detail | 
|---|
public ThresholdOutOfRangeException(long threshold,
                                    long bound)
threshold - the threshold that is out of boundsbound - the boundary that the threshold exceedspublic ThresholdOutOfRangeException(java.lang.String s)
s - the customized message
public ThresholdOutOfRangeException(long threshold,
                                    long bound,
                                    java.lang.Exception e)
threshold - the threshold that is out of boundsbound - the boundary that the threshold exceedse - the exception that underlies this exception
public ThresholdOutOfRangeException(java.lang.String s,
                                    java.lang.Exception e)
s - the customized messagee - the exception that underlies this exception| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||