Oracle® OLAP Java API Reference
11g Release 2 (11.2)

E10794-01
Beta Draft

oracle.express.spl
Class NAValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.express.spl.NAValueException
All Implemented Interfaces:
java.io.Serializable

public class NAValueException
extends java.lang.Exception

Indicates that the return value is NA for the DML expression that you attempted to evaluate using an SPLExecutor.

See Also:
Serialized Form

Constructor Summary
NAValueException()
          Creates an NAValueException.
NAValueException(java.lang.String message)
          Creates an NAValueException 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

NAValueException

public NAValueException()
Creates an NAValueException.


NAValueException

public NAValueException(java.lang.String message)
Creates an NAValueException with the specified message.

Parameters:
message - The message to associate with the exception.

Copyright © 2002, 2009, Oracle. All rights reserved.