|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException mondrian.olap.MondrianException mondrian.olap.ResultStyleException
public class ResultStyleException
Exception that indicates a compiler could not implement an expression in any of the result styles requested by the client.
Constructor Summary | |
---|---|
ResultStyleException(String message)
|
Method Summary | |
---|---|
static 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 |
---|
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 |
Constructor Detail |
---|
public ResultStyleException(String message)
Method Detail |
---|
public static ResultStyleException generate(List<ResultStyle> producer, List<ResultStyle> consumer)
public static ResultStyleException generateBadType(List<ResultStyle> wanted, ResultStyle got)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |