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

B10994-01

oracle.olapi.data.cursor
Class NotSpecifiedException

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

public class NotSpecifiedException
extends java.lang.RuntimeException

Indicates that the operation cannot be performed because the application did not specify that it wanted the information. For example, the getExtent method on a Cursor throws this exception if an application calls it but the application did not, before it created the Cursor, call the setExtentCalculationSpecified method on the CursorSpecification for that Cursor.

See Also:
Cursor, CursorSpecification, Serialized Form

Constructor Summary
NotSpecifiedException()
          Creates a NotSpecifiedException.
NotSpecifiedException(java.lang.String message)
          Creates a NotSpecifiedException 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

NotSpecifiedException

public NotSpecifiedException()
Creates a NotSpecifiedException.

NotSpecifiedException

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

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

B10994-01

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