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:
- java.io.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ResultStyleException
public ResultStyleException(java.lang.String message)
generate
public static ResultStyleException generate(java.util.List<ResultStyle> producer,
java.util.List<ResultStyle> consumer)
generateBadType
public static ResultStyleException generateBadType(java.util.List<ResultStyle> wanted,
ResultStyle got)