Skip navigation links 
 
oracle.dss.dataView
Class ThresholdOutOfRangeException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
oracle.dss.util.BIBaseException
              
oracle.dss.util.DataException
                  
oracle.dss.dataView.ThresholdOutOfRangeException
- All Implemented Interfaces:
 
- java.io.Serializable, BIException
 
- 
public class ThresholdOutOfRangeException
 
- extends DataException
 
Indicates that a threshold parameter was out of range.
- See Also:
 
- Serialized Form
 
 
 
 
  
 
| 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. | 
  
 
 
| Methods inherited from class oracle.dss.util.BIBaseException | 
elementAt, elements, findException, getBIRootCause, getException, 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 | 
 
 
ThresholdOutOfRangeException
public ThresholdOutOfRangeException(long threshold,
                                    long bound)
- Constructor to use to display a standard message.
- Parameters:
 
threshold - the threshold that is out of bounds 
bound - the boundary that the threshold exceeds 
 
ThresholdOutOfRangeException
public ThresholdOutOfRangeException(java.lang.String s)
- Constructor to use to display a customized message.
- Parameters:
 
s - the customized message 
 
ThresholdOutOfRangeException
public 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.
- Parameters:
 
threshold - the threshold that is out of bounds 
bound - the boundary that the threshold exceeds 
e - the exception that underlies this exception 
 
ThresholdOutOfRangeException
public 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.
- Parameters:
 
s - the customized message 
e - the exception that underlies this exception 
 
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.