Skip navigation links 
 
oracle.dss.util
Class SliceOutOfRangeException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
oracle.dss.util.BIBaseException
              
oracle.dss.util.DataException
                  
oracle.dss.util.SliceOutOfRangeException
- All Implemented Interfaces:
 
- java.io.Serializable, BIException
 
- 
public class SliceOutOfRangeException
 
- extends DataException
 
Indicates that a slice parameter was out of range.
- See Also:
 
- Serialized Form
 
 
 
 
  
 
| Constructor Summary | 
SliceOutOfRangeException(int slice, int bound) 
          Constructor to use to display a standard message. | 
SliceOutOfRangeException(int slice, int bound, java.lang.Exception e) 
          Constructor for an exception that passes on a previous exception and that identifies the slice and the boundary. | 
SliceOutOfRangeException(java.lang.String s) 
          Constructor to use to display a customized message. | 
SliceOutOfRangeException(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 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 | 
 
 
SliceOutOfRangeException
public SliceOutOfRangeException(int slice,
                                int bound)
- Constructor to use to display a standard message.
- Parameters:
 
slice - The slice that was out of bounds. 
bound - The boundary that the slice exceeded. 
 
SliceOutOfRangeException
public SliceOutOfRangeException(java.lang.String s)
- Constructor to use to display a customized message.
- Parameters:
 
s - The customized message. 
 
SliceOutOfRangeException
public SliceOutOfRangeException(int slice,
                                int bound,
                                java.lang.Exception e)
- Constructor for an exception that passes on a previous exception and that identifies the slice and the boundary.
- Parameters:
 
slice - The slice that is out of bounds. 
bound - The boundary that the index exceeds. 
e - The exception that underlies this exception. 
 
SliceOutOfRangeException
public SliceOutOfRangeException(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, 2011, Oracle. All rights reserved.