|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--oracle.AWXML.AWException
Indicates that an exception has occurred in an Analytic Workspace Java API operation.
Constructor Summary | |
AWException() Creates an AWException with null as its message and cause. |
|
AWException(java.lang.String message) Creates an AWException with the specified message. |
|
AWException(java.lang.String message, java.lang.Object[] arguments) Creates an AWException with a message that includes the text of the message string with the inserted argument values in the format specified by the message . |
|
AWException(java.lang.String message, java.lang.Object[] arguments, java.lang.Throwable cause) Creates an AWException with the specified cause and with a message that includes the text of the message string with the inserted argument values in the format specified by the message . |
|
AWException(java.lang.String message, java.lang.Throwable cause) Creates an AWException with the specified message and cause. |
|
AWException(java.lang.Throwable cause) Creates an AWException with the specified cause. |
Method Summary | |
java.lang.String |
getErrorCode() Gets the String that is the message parameter used in creating the AWException . |
java.lang.String |
getMessage() Gets the message associated with the AWException . |
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 |
public AWException()
AWException
with null
as its message and cause.public AWException(java.lang.String message)
AWException
with the specified message.message
- A String
that contains a message to associate with the AWException
.public AWException(java.lang.String message, java.lang.Object[] arguments)
AWException
with a message that includes the text of the message
string with the inserted argument
values in the format specified by the message
. For more information on message formats, see the java.text.MessageFormat
documentation.message
- A String
that contains text and the formatting information for the argument
values.arguments
- An array of Object
objects that contain values to insert in the message
text as specified by the formatting information.public AWException(java.lang.Throwable cause)
AWException
with the specified cause.cause
- A Throwable
to associate with the AWException
.public AWException(java.lang.String message, java.lang.Throwable cause)
AWException
with the specified message and cause.message
- A String
that contains a message to associate with the AWException
.cause
- A Throwable
to associate with the AWException
.public AWException(java.lang.String message, java.lang.Object[] arguments, java.lang.Throwable cause)
AWException
with the specified cause and with a message that includes the text of the message
string with the inserted argument
values in the format specified by the message
. For more information on message formats, see the java.text.MessageFormat
documentation.message
- A String
that contains text and the formatting information for the argument
values.arguments
- An array of Object
objects that contain values to insert in the message
text as specified by the formatting information.cause
- A Throwable
to associate with the AWException
.Method Detail |
public java.lang.String getMessage()
AWException
.String
containing the message associated with the AWException
.public java.lang.String getErrorCode()
String
that is the message
parameter used in creating the AWException
.String
that is the message
parameter used in creating the AWException
.
|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |