Uses of Class
mondrian.olap.MondrianException
-
Packages that use MondrianException 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. -
-
Uses of MondrianException in mondrian.olap
Subclasses of MondrianException in mondrian.olap Modifier and Type Class Description classInvalidArgumentExceptionException which indicates that an argument is invalidclassInvalidHierarchyExceptionException which indicates that a Cube is invalid because there is a hierarchy with no members.classMemoryLimitExceededExceptionException which indicates some resource limit was exceeded.classNativeEvaluationUnsupportedExceptionException which indicates that native evaluation of a function was enabled but not supported, andMondrianProperties.AlertNativeEvaluationUnsupportedwas set toERROR.classQueryCanceledExceptionException which indicates that a query was canceled by an end-user.classQueryTimeoutExceptionException which indicates that a query executed for longer than its allowed time and was automatically canceled.classResourceLimitExceededExceptionException which indicates some resource limit was exceeded.classResultLimitExceededExceptionAbstract base class for exceptions that indicate some limit was exceeded.classResultStyleExceptionException 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.recorder Modifier and Type Class Description classRecorderExceptionException thrown byMessageRecorderwhen too many errors have been reported. -
Uses of MondrianException in mondrian.resource
Methods in mondrian.resource that return MondrianException Modifier and Type Method Description MondrianExceptionMondrianResource._Def0. ex(String p0)MondrianExceptionMondrianResource._Def0. ex(String p0, Throwable err)MondrianExceptionMondrianResource._Def1. ex(String p0, String p1)MondrianExceptionMondrianResource._Def1. ex(String p0, String p1, Throwable err)MondrianExceptionMondrianResource._Def3. ex()MondrianExceptionMondrianResource._Def3. ex(Throwable err)MondrianExceptionMondrianResource._Def4. ex(String p0, String p1, String p2)MondrianExceptionMondrianResource._Def4. ex(String p0, String p1, String p2, Throwable err)MondrianExceptionMondrianResource._Def6. ex(Number p0, String p1)MondrianExceptionMondrianResource._Def6. ex(Number p0, String p1, Throwable err)MondrianExceptionMondrianResource._Def7. ex(String p0, String p1, String p2, String p3)MondrianExceptionMondrianResource._Def7. ex(String p0, String p1, String p2, String p3, Throwable err)MondrianExceptionMondrianResource._Def8. ex(Number p0)MondrianExceptionMondrianResource._Def8. ex(Number p0, Throwable err) -
Uses of MondrianException in mondrian.server
Methods in mondrian.server that throw MondrianException Modifier and Type Method Description voidExecution. 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 Modifier and Type Class Description classCreationException -
Uses of MondrianException in mondrian.xmla
Subclasses of MondrianException in mondrian.xmla Modifier and Type Class Description classXmlaExceptionAn exception thrown while processing an XMLA request.
-