Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


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.

Skip navigation links

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