| Package | Description | 
|---|---|
| mondrian.olap | Mondrian's core package, this defines connections and the catalog metamodel, 
and allows you to execute queries. | 
| mondrian.recorder | Provides a set a classes for logging the process of a task. | 
| mondrian.resource | |
| mondrian.server | Augments the Mondrian engine with server functionality. | 
| mondrian.util | Mondrian utilities. | 
| mondrian.xmla | Implements the XML for Analysis API. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InvalidArgumentExceptionException which indicates that an argument is invalid | 
| class  | InvalidHierarchyExceptionException which indicates that a Cube is invalid
 because there is a hierarchy with no members. | 
| class  | MemoryLimitExceededExceptionException which indicates some resource limit was exceeded. | 
| class  | NativeEvaluationUnsupportedExceptionException which indicates that native evaluation of a function
 was enabled but not supported, and
  MondrianProperties.AlertNativeEvaluationUnsupportedwas
 set toERROR. | 
| class  | QueryCanceledExceptionException which indicates that a query was canceled by an end-user. | 
| class  | QueryTimeoutExceptionException which indicates that a query executed for longer than its allowed
 time and was automatically canceled. | 
| class  | ResourceLimitExceededExceptionException which indicates some resource limit was exceeded. | 
| class  | ResultLimitExceededExceptionAbstract base class for exceptions that indicate some limit was exceeded. | 
| class  | ResultStyleExceptionException that indicates a compiler could not implement an expression in any
 of the result styles requested by the client. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RecorderExceptionException thrown by  MessageRecorderwhen too many errors
 have been reported. | 
| Modifier and Type | Method and Description | 
|---|---|
| MondrianException | MondrianResource._Def3. ex() | 
| MondrianException | MondrianResource._Def8. ex(Number p0) | 
| MondrianException | MondrianResource._Def6. ex(Number p0,
  String p1) | 
| MondrianException | MondrianResource._Def6. ex(Number p0,
  String p1,
  Throwable err) | 
| MondrianException | MondrianResource._Def8. ex(Number p0,
  Throwable err) | 
| MondrianException | MondrianResource._Def0. ex(String p0) | 
| MondrianException | MondrianResource._Def1. ex(String p0,
  String p1) | 
| MondrianException | MondrianResource._Def4. ex(String p0,
  String p1,
  String p2) | 
| MondrianException | MondrianResource._Def7. ex(String p0,
  String p1,
  String p2,
  String p3) | 
| MondrianException | MondrianResource._Def7. ex(String p0,
  String p1,
  String p2,
  String p3,
  Throwable err) | 
| MondrianException | MondrianResource._Def4. ex(String p0,
  String p1,
  String p2,
  Throwable err) | 
| MondrianException | MondrianResource._Def1. ex(String p0,
  String p1,
  Throwable err) | 
| MondrianException | MondrianResource._Def0. ex(String p0,
  Throwable err) | 
| MondrianException | MondrianResource._Def3. ex(Throwable err) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Execution. checkCancelOrTimeout()Checks the state of this Execution and throws an exception if something is wrong. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CreationException | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | XmlaExceptionAn exception thrown while processing an XMLA request. | 
Copyright © 2021 Hitachi Vantara. All rights reserved.