|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.olapi.OLAPIRuntimeException
oracle.express.ExpressServerException
public final class ExpressServerException
Indicates that the internal Oracle OLAP code cannot fulfill
a request that was made by the OLAP API client code.
The 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| Method Summary | |
|---|---|
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. |
| Methods inherited from class oracle.olapi.OLAPIRuntimeException |
|---|
getLocalizedMessage, getLocalizedMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public 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.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||