|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.olapi.data.cursor.NotSpecifiedException
public class NotSpecifiedException
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.
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 |
|---|
public NotSpecifiedException()
NotSpecifiedException.
public NotSpecifiedException(java.lang.String message)
NotSpecifiedException with the
specified message.
message - The message to associate with the exception.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||