Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

oracle.express.spl
Class NAValueException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.express.spl.NAValueException

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.

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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.

Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

Copyright © 2002, 2003, Oracle. All Rights Reserved.