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
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.- Author:
 - Richard Emberson
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ResultStyleException(String message) 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResultStyleExceptiongenerate(List<ResultStyle> producer, List<ResultStyle> consumer)static ResultStyleExceptiongenerateBadType(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 Detail
- 
ResultStyleException
public ResultStyleException(String message)
 
 - 
 
- 
Method Detail
- 
generate
public static ResultStyleException generate(List<ResultStyle> producer, List<ResultStyle> consumer)
 
- 
generateBadType
public static ResultStyleException generateBadType(List<ResultStyle> wanted, ResultStyle got)
 
 - 
 
 -