|
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.IncorrectDataTypeException
public class IncorrectDataTypeException
Indicates that the data type requested is not the type available or
expected.
A situation in which this exception is thrown is when an application
calls a method that gets the current value from ValueCursor
and the value is not of the expected data type.
For example, if an applications calls the getCurrentInteger
method and the value at the current position of the ValueCursor
is not an integer, then this exception is thrown.
ValueCursor,
Serialized Form| Constructor Summary | |
|---|---|
IncorrectDataTypeException()
Creates an IncorrectDataTypeException. |
|
IncorrectDataTypeException(java.lang.String message)
Creates an IncorrectDataTypeException 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 IncorrectDataTypeException()
IncorrectDataTypeException.
public IncorrectDataTypeException(java.lang.String message)
IncorrectDataTypeException 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 | ||||||||