|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.express.spl.NAValueException
Indicates that the return value is NA for the DML expression that you attempted to evaluate using an SPLExecutor
.
Constructor Summary | |
NAValueException() Creates an NAValueException . |
|
NAValueException(java.lang.String message) Creates an NAValueException with the specified message. |
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 NAValueException()
NAValueException
.public NAValueException(java.lang.String message)
NAValueException
with the specified message.message
- The message to associate with the exception.
|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |