Oracle® OLAP Analytic Workspace Java API Reference
10g Release 2 (10.2)

B14351-01

oracle.AWXML
Class AWFunctionNotSupported

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.AWXML.AWFunctionNotSupported

public class AWFunctionNotSupported
extends java.lang.RuntimeException

Indicates that the analytic workspace does not support the requested function.

See Also:
Serialized Form

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

AWFunctionNotSupported

public AWFunctionNotSupported(java.lang.String e)
Creates an AWFunctionNotSupported with the specified message.
Parameters:
e - A String that contains a message to associate with the AWFunctionNotSupported.

Oracle® OLAP Analytic Workspace Java API Reference
10g Release 2 (10.2)

B14351-01

Copyright © 2003, 2005 Oracle. All rights reserved.