Uses of Class
mondrian.util.CreationException
Package
Description
Provides compiled expressions.
Implements the data access layer for the olap package.
Mondrian utilities.
-
Uses of CreationException in mondrian.calc
Modifier and TypeMethodDescriptionprotected ExpCompiler
ExpCompiler.Factory.getDefault
(Class[] parameterTypes, Object[] parameterValues) TheExpCompiler.Factory
's implementation of theObjectFactory
's abstract method which returns the defaultExpCompiler
instance.static ExpCompiler
ExpCompiler.Factory.getExpCompiler
(Evaluator evaluator, Validator validator) Create aExpCompiler
instance, each call returns a new compiler.static ExpCompiler
ExpCompiler.Factory.getExpCompiler
(Evaluator evaluator, Validator validator, List<ResultStyle> resultStyles) -
Uses of CreationException in mondrian.rolap
Modifier and TypeMethodDescriptionprotected RolapMemberBase.PropertyValueMapFactory
RolapMemberBase.PropertyValueMapFactoryFactory.getDefault
(Class[] parameterTypes, Object[] parameterValues) -
Uses of CreationException in mondrian.util
Modifier and TypeMethodDescriptionprotected MemoryMonitor
MemoryMonitorFactory.getDefault
(Class[] parameterTypes, Object[] parameterValues) TheMemoryMonitorFactory
's implementation of theObjectFactory
's abstract method which returns the defaultMemoryMonitor
instance.protected abstract V
ObjectFactory.getDefault
(Class[] parameterTypes, Object[] parameterValues) For most uses (other than testing) this is the method that derived classes implement that return the desired object.protected final V
ObjectFactory.getObject()
Constructs an object where the System Properties can be used to look up a class name.protected final V
Constructs an object where theparameterTypes
andparameterValues
are constructor parameters and System Properties are used to look up a class name.protected V
Creates an instance with the givenclassName
,parameterTypes
andparameterValues
or throw aCreationException
.protected final V
ObjectFactory.getObject
(Properties props) Constructs an object where theProperties
parameter can be used to look up a class name.protected V
ObjectFactory.getObject
(Properties props, Class[] parameterTypes, Object[] parameterValues) Constructs an object where theparameterTypes
andparameterValues
are constructor parameters and Properties parameter is used to look up a class name.protected T
ObjectFactory.Singleton.getObject
(Properties props, Class[] parameterTypes, Object[] parameterValues) Returns the singleton Object.protected T
ObjectFactory.Singleton.getTestObject
(String className, Class[] parameterTypes, Object[] parameterValues) Create an instance for test purposes.