Uses of Class
org.apache.commons.configuration.ConfigurationRuntimeException
Packages that use ConfigurationRuntimeException
Package
Description
-
Uses of ConfigurationRuntimeException in org.apache.commons.configuration
Subclasses of ConfigurationRuntimeException in org.apache.commons.configurationModifier and TypeClassDescriptionclass
Exception thrown when a property is incompatible with the type requested.Methods in org.apache.commons.configuration that throw ConfigurationRuntimeExceptionModifier and TypeMethodDescriptionstatic Configuration
ConfigurationUtils.cloneConfiguration
(Configuration config) Clones the given configuration object if this is possible. -
Uses of ConfigurationRuntimeException in org.apache.commons.configuration.beanutils
Methods in org.apache.commons.configuration.beanutils that throw ConfigurationRuntimeExceptionModifier and TypeMethodDescriptionstatic Object
BeanHelper.createBean
(BeanDeclaration data) Returns a bean instance for the specified declaration.static Object
BeanHelper.createBean
(BeanDeclaration data, Class<?> defaultClass) Returns a bean instance for the specified declaration.static Object
BeanHelper.createBean
(BeanDeclaration data, Class<?> defaultClass, Object param) The main method for creating and initializing beans from a configuration.static void
BeanHelper.initBean
(Object bean, BeanDeclaration data) Initializes the passed in bean.static void
BeanHelper.initBeanProperties
(Object bean, BeanDeclaration data) Initializes the beans properties. -
Uses of ConfigurationRuntimeException in org.apache.commons.configuration.interpol
Methods in org.apache.commons.configuration.interpol that throw ConfigurationRuntimeException