public final class ExpressServerException extends OLAPIRuntimeException
getErrorStack method makes it possible to investigate the source of the error more exactly; however, such investigation is only relevant to Oracle staff who are debugging an internal problem. Typically, it is not meaningful to application developers.ErrorDescription, Serialized Form| Modifier and Type | Method and Description |
|---|---|
ErrorStack |
getErrorStack()
Gets the
ErrorStack for this ExpressServerException. |
java.lang.String |
toString()
Gets a text representation of this
ExpressServerException, which includes short descriptions of all the errors that occurred. |
getLocalizedMessage, getLocalizedMessage, getParameterspublic final ErrorStack getErrorStack()
ErrorStack for this ExpressServerException. A given ExpressServerException can have several ErrorDescription objects, one for the original error and one for each error that was triggered subsequently. The ErrorStack for an exception records all of the related errors. Use the getDescriptions method on the ErrorStack to obtain a List of the ErrorDescription objects.ErrorStack for this ExpressServerException.public final java.lang.String toString()
ExpressServerException, which includes short descriptions of all the errors that occurred.toString in class OLAPIRuntimeExceptionString that contains a text representation of this ExpressServerException, which includes short descriptions of all the errors that occurred.