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 of the CursorSpecification
for that Cursor
.
- See Also:
Cursor
, CursorSpecification
, Serialized Form
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 |
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, 2005, Oracle. All rights reserved.