Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


oracle.olapi.data.cursor
Class PositionOutOfBoundsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IndexOutOfBoundsException
                  extended by oracle.olapi.data.cursor.PositionOutOfBoundsException

All Implemented Interfaces:
java.io.Serializable

public class PositionOutOfBoundsException
extends java.lang.IndexOutOfBoundsException

Indicates that the specified position is not valid. When an application calls the setPosition method of a Cursor, Oracle OLAP does not determine whether the specified position is valid until the application attempts some other operation such as calling the getExtent or getCurrentValue method of the Cursor. If the specified position is not valid, then this exception is thrown. If an application catches this exception, then it should set the position to different value and 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.

 

Method Summary

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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.
Parameters:
message - The message to associate with the exception.

Skip navigation links

Copyright © 2002, 2007, Oracle. All rights reserved.