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
public class ResultStyleException
- extends MondrianException
Exception that indicates a compiler could not implement an expression in any
of the result styles requested by the client.
- Version:
- $Id: //open/mondrian/src/main/mondrian/olap/ResultStyleException.java#4 $
- Author:
- Richard Emberson
- See Also:
- Serialized Form
ResultStyleException
public ResultStyleException(String message)
generate
public static ResultStyleException generate(List<ResultStyle> producer,
List<ResultStyle> consumer)
generateBadType
public static ResultStyleException generateBadType(List<ResultStyle> wanted,
ResultStyle got)