Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

oracle.olapi.data.cursor
Class PositionOutOfBoundsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IndexOutOfBoundsException
                          |
                          +--oracle.olapi.data.cursor.PositionOutOfBoundsException

public class PositionOutOfBoundsException
extends java.lang.IndexOutOfBoundsException

Indicates that the specified position is not valid. If an application calls the setPosition method on a Cursor, Oracle OLAP does not determine if the Cursor, Oracle OLAP does not determine if the specified position is valid until the application attempts some other operation such as calling the getExtent or getCurrentValue method on the Cursor. If the specified position is not valid, then this exception is thrown. If an application catches this exception, it should set the position to different value and then try the operation again.

See Also:
Cursor, Serialized Form

Constructor Summary
PositionOutOfBoundsException()
          Creates a PositionOutOfBoundsException.
PositionOutOfBoundsException(java.lang.String message)
          Creates a PositionOutOfBoundsException with the specified message.

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

PositionOutOfBoundsException

public PositionOutOfBoundsException()
Creates a PositionOutOfBoundsException.

PositionOutOfBoundsException

public PositionOutOfBoundsException(java.lang.String message)
Creates a PositionOutOfBoundsException with the specified message.

Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

Copyright © 2002, 2003, Oracle. All Rights Reserved.