mondrian.olap
Class ResultStyleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by mondrian.olap.MondrianException
                  extended by 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
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

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)

SourceForge.net_Logo