Uses of Class
mondrian.olap.MondrianException
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Provides a set a classes for logging the process of a task.
Augments the Mondrian engine with server functionality.
Mondrian utilities.
Implements the XML for Analysis API.
-
Uses of MondrianException in mondrian.olap
Modifier and TypeClassDescriptionclass
Exception which indicates that an argument is invalidclass
Exception which indicates that a Cube is invalid because there is a hierarchy with no members.class
Exception which indicates some resource limit was exceeded.class
Exception which indicates that native evaluation of a function was enabled but not supported, andMondrianProperties.AlertNativeEvaluationUnsupported
was set toERROR
.class
Exception which indicates that a query was canceled by an end-user.class
Exception which indicates that a query executed for longer than its allowed time and was automatically canceled.class
Exception which indicates some resource limit was exceeded.class
Abstract base class for exceptions that indicate some limit was exceeded.class
Exception that indicates a compiler could not implement an expression in any of the result styles requested by the client. -
Uses of MondrianException in mondrian.recorder
Modifier and TypeClassDescriptionfinal class
Exception thrown byMessageRecorder
when too many errors have been reported. -
Uses of MondrianException in mondrian.resource
-
Uses of MondrianException in mondrian.server
Modifier and TypeMethodDescriptionvoid
Execution.checkCancelOrTimeout()
Checks the state of this Execution and throws an exception if something is wrong. -
Uses of MondrianException in mondrian.util
-
Uses of MondrianException in mondrian.xmla
Modifier and TypeClassDescriptionclass
An exception thrown while processing an XMLA request.