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

B14351-01

oracle.AWXML
Class AWExpressCommandException

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

public class AWExpressCommandException
extends AWException

Indicates that an OLAP DML command returned an error condition.

See Also:
Serialized Form

Constructor Summary
AWExpressCommandException(java.lang.String e)
Creates an AWExpressCommandException with the specified message.

Methods inherited from class oracle.AWXML.AWException
getErrorCode, getMessage

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

AWExpressCommandException

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

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

B14351-01

Copyright © 2003, 2005 Oracle. All rights reserved.