Oracle® OLAP Java API Reference
11g Release 2 (11.2)

E10794-03

oracle.olapi.data.cursor
Class NotSpecifiedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.olapi.data.cursor.NotSpecifiedException
All Implemented Interfaces:
java.io.Serializable

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 of 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.
 
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

NotSpecifiedException

public NotSpecifiedException()
Creates a NotSpecifiedException.


NotSpecifiedException

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

Parameters:
message - The message to associate with the exception.

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