|
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.SpecificationUpdateNeededException
public class SpecificationUpdateNeededException
Indicates that the structure of the Source for
a CursorManager has changed and the
CursorManager needs a new
CursorInfoSpecification.
The application should do the following:
CursorInfoSpecification by calling
the createCursorInfoSpecification method
of the DataProvider and passing it the
Source.
CursorInfoSpecification object.
For example, if the application wants to be able to call the
getExtent method of a Cursor, then it
needs to call the setExtentCalculationSpecified
method of the CursorSpecification for that
Cursor.
updateSpecification method of the
CursorManager and passing it the
CursorInfoSpecification.
Cursor by calling the
createCursor method of the
CursorManager.
| Constructor Summary | |
|---|---|
SpecificationUpdateNeededException()
Creates a SpecificationUpdateNeededException. |
|
SpecificationUpdateNeededException(java.lang.String message)
Creates a SpecificationUpdateNeededException 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 SpecificationUpdateNeededException()
SpecificationUpdateNeededException.
public SpecificationUpdateNeededException(java.lang.String message)
SpecificationUpdateNeededException 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 | ||||||||