Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-04

oracle.dss.util
Class RowOutOfRangeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.dss.util.BIBaseException
              extended by oracle.dss.util.DataException
                  extended by oracle.dss.util.RowOutOfRangeException
All Implemented Interfaces:
java.io.Serializable, BIException

public class RowOutOfRangeException
extends DataException

Indicates that a row parameter was out of range.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class oracle.dss.util.DataException
m_Resources
 
Fields inherited from class oracle.dss.util.BIBaseException
m_support
 
Constructor Summary
RowOutOfRangeException(long row, long bound)
          Constructor to use to display a standard message.
RowOutOfRangeException(long row, long bound, java.lang.Exception e)
          Constructor for an exception that passes on a previous exception and that identifies the row and the boundary.
RowOutOfRangeException(java.lang.String s)
          Constructor to use to display a customized message.
RowOutOfRangeException(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

RowOutOfRangeException

public RowOutOfRangeException(long row,
                              long bound)
Constructor to use to display a standard message.

Parameters:
row - The row that is out of bounds.
bound - The boundary that the row exceeds.

RowOutOfRangeException

public RowOutOfRangeException(java.lang.String s)
Constructor to use to display a customized message.

Parameters:
s - The customized message.

RowOutOfRangeException

public RowOutOfRangeException(long row,
                              long bound,
                              java.lang.Exception e)
Constructor for an exception that passes on a previous exception and that identifies the row and the boundary.

Parameters:
row - The row that is out of bounds.
bound - The boundary that the row exceeds.
e - The exception that underlies this exception.

RowOutOfRangeException

public RowOutOfRangeException(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.

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-04

Copyright © 1997, 2010, Oracle. All rights reserved.