Package mondrian.olap
Class ResultStyleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
mondrian.olap.MondrianException
mondrian.olap.ResultStyleException
- All Implemented Interfaces:
Serializable
Exception that indicates a compiler could not implement an expression in any
of the result styles requested by the client.
- Author:
- Richard Emberson
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResultStyleException
generate
(List<ResultStyle> producer, List<ResultStyle> consumer) static ResultStyleException
generateBadType
(List<ResultStyle> wanted, ResultStyle got) Methods inherited from class mondrian.olap.MondrianException
getLocalizedMessage, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResultStyleException
-
-
Method Details
-
generate
-
generateBadType
-