Uses of Class
mondrian.olap.MondrianException
Packages that use 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
Subclasses of MondrianException in mondrian.olapModifier and TypeClassDescriptionclassException which indicates that an argument is invalidclassException which indicates that a Cube is invalid because there is a hierarchy with no members.classException which indicates some resource limit was exceeded.classException which indicates that native evaluation of a function was enabled but not supported, andMondrianProperties.AlertNativeEvaluationUnsupportedwas set toERROR.classException which indicates that a query was canceled by an end-user.classException which indicates that a query executed for longer than its allowed time and was automatically canceled.classException which indicates some resource limit was exceeded.classAbstract base class for exceptions that indicate some limit was exceeded.classException 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
Subclasses of MondrianException in mondrian.recorderModifier and TypeClassDescriptionfinal classException thrown byMessageRecorderwhen too many errors have been reported. -
Uses of MondrianException in mondrian.resource
Methods in mondrian.resource that return MondrianException -
Uses of MondrianException in mondrian.server
Methods in mondrian.server that throw MondrianExceptionModifier and TypeMethodDescriptionvoidExecution.checkCancelOrTimeout()Checks the state of this Execution and throws an exception if something is wrong. -
Uses of MondrianException in mondrian.util
Subclasses of MondrianException in mondrian.util -
Uses of MondrianException in mondrian.xmla
Subclasses of MondrianException in mondrian.xmlaModifier and TypeClassDescriptionclassAn exception thrown while processing an XMLA request.