Uses of Class
mondrian.util.CreationException
Packages that use CreationException
Package
Description
Provides compiled expressions.
Implements the data access layer for the olap package.
Mondrian utilities.
-
Uses of CreationException in mondrian.calc
Methods in mondrian.calc that throw CreationExceptionModifier and TypeMethodDescriptionprotected ExpCompilerExpCompiler.Factory.getDefault(Class[] parameterTypes, Object[] parameterValues) TheExpCompiler.Factory's implementation of theObjectFactory's abstract method which returns the defaultExpCompilerinstance.static ExpCompilerExpCompiler.Factory.getExpCompiler(Evaluator evaluator, Validator validator) Create aExpCompilerinstance, each call returns a new compiler.static ExpCompilerExpCompiler.Factory.getExpCompiler(Evaluator evaluator, Validator validator, List<ResultStyle> resultStyles) -
Uses of CreationException in mondrian.rolap
Methods in mondrian.rolap that throw CreationExceptionModifier and TypeMethodDescriptionprotected RolapMemberBase.PropertyValueMapFactoryRolapMemberBase.PropertyValueMapFactoryFactory.getDefault(Class[] parameterTypes, Object[] parameterValues) -
Uses of CreationException in mondrian.util
Methods in mondrian.util that throw CreationExceptionModifier and TypeMethodDescriptionprotected MemoryMonitorMemoryMonitorFactory.getDefault(Class[] parameterTypes, Object[] parameterValues) TheMemoryMonitorFactory's implementation of theObjectFactory's abstract method which returns the defaultMemoryMonitorinstance.protected abstract VObjectFactory.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 VObjectFactory.getObject()Constructs an object where the System Properties can be used to look up a class name.protected final VConstructs an object where theparameterTypesandparameterValuesare constructor parameters and System Properties are used to look up a class name.protected VCreates an instance with the givenclassName,parameterTypesandparameterValuesor throw aCreationException.protected final VObjectFactory.getObject(Properties props) Constructs an object where thePropertiesparameter can be used to look up a class name.protected VObjectFactory.getObject(Properties props, Class[] parameterTypes, Object[] parameterValues) Constructs an object where theparameterTypesandparameterValuesare constructor parameters and Properties parameter is used to look up a class name.protected TObjectFactory.Singleton.getObject(Properties props, Class[] parameterTypes, Object[] parameterValues) Returns the singleton Object.protected TObjectFactory.Singleton.getTestObject(String className, Class[] parameterTypes, Object[] parameterValues) Create an instance for test purposes.