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 class
InvalidArgumentException
Exception which indicates that an argument is invalidclass
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, andMondrianProperties.AlertNativeEvaluationUnsupported
was set toERROR
.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. -
Uses of MondrianException in mondrian.recorder
Subclasses of MondrianException in mondrian.recorder Modifier and Type Class Description class
RecorderException
Exception thrown byMessageRecorder
when too many errors have been reported. -
Uses of MondrianException in mondrian.resource
Methods in mondrian.resource that return MondrianException Modifier and Type Method Description MondrianException
MondrianResource._Def0. ex(String p0)
MondrianException
MondrianResource._Def0. ex(String p0, Throwable err)
MondrianException
MondrianResource._Def1. ex(String p0, String p1)
MondrianException
MondrianResource._Def1. ex(String p0, String p1, Throwable err)
MondrianException
MondrianResource._Def3. ex()
MondrianException
MondrianResource._Def3. ex(Throwable err)
MondrianException
MondrianResource._Def4. ex(String p0, String p1, String p2)
MondrianException
MondrianResource._Def4. ex(String p0, String p1, String p2, Throwable err)
MondrianException
MondrianResource._Def6. ex(Number p0, String p1)
MondrianException
MondrianResource._Def6. ex(Number p0, String p1, Throwable err)
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._Def8. ex(Number p0)
MondrianException
MondrianResource._Def8. ex(Number p0, Throwable err)
-
Uses of MondrianException in mondrian.server
Methods in mondrian.server that throw MondrianException Modifier and Type Method Description void
Execution. 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 class
CreationException
-
Uses of MondrianException in mondrian.xmla
Subclasses of MondrianException in mondrian.xmla Modifier and Type Class Description class
XmlaException
An exception thrown while processing an XMLA request.
-