| 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  | 
InvalidArgumentException
Exception which indicates that an argument is invalid 
 | 
class  | 
InvalidHierarchyException
Exception which indicates that a Cube is invalid
 because there is a hierarchy with no members. 
 | 
class  | 
MemoryLimitExceededException
Exception which indicates some resource limit was exceeded. 
 | 
class  | 
NativeEvaluationUnsupportedException
Exception which indicates that native evaluation of a function
 was enabled but not supported, and
  
MondrianProperties.AlertNativeEvaluationUnsupported was
 set to ERROR. | 
class  | 
QueryCanceledException
Exception which indicates that a query was canceled by an end-user. 
 | 
class  | 
QueryTimeoutException
Exception which indicates that a query executed for longer than its allowed
 time and was automatically canceled. 
 | 
class  | 
ResourceLimitExceededException
Exception which indicates some resource limit was exceeded. 
 | 
class  | 
ResultLimitExceededException
Abstract base class for exceptions that indicate some limit was exceeded. 
 | 
class  | 
ResultStyleException
Exception 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  | 
RecorderException
Exception thrown by  
MessageRecorder when 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  | 
XmlaException
An exception thrown while processing an XMLA request. 
 | 
Copyright © 2017 Hitachi Vantara. All rights reserved.