Uses of Class
org.apache.commons.configuration.ConfigurationRuntimeException
-
Packages that use ConfigurationRuntimeException Package Description org.apache.commons.configuration org.apache.commons.configuration.beanutils org.apache.commons.configuration.interpol -
-
Uses of ConfigurationRuntimeException in org.apache.commons.configuration
Subclasses of ConfigurationRuntimeException in org.apache.commons.configuration Modifier and Type Class Description classConversionExceptionException thrown when a property is incompatible with the type requested.Methods in org.apache.commons.configuration that throw ConfigurationRuntimeException Modifier and Type Method Description static ConfigurationConfigurationUtils. 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 ConfigurationRuntimeException Modifier and Type Method Description static java.lang.ObjectBeanHelper. createBean(BeanDeclaration data)Returns a bean instance for the specified declaration.static java.lang.ObjectBeanHelper. createBean(BeanDeclaration data, java.lang.Class<?> defaultClass)Returns a bean instance for the specified declaration.static java.lang.ObjectBeanHelper. createBean(BeanDeclaration data, java.lang.Class<?> defaultClass, java.lang.Object param)The main method for creating and initializing beans from a configuration.static voidBeanHelper. initBean(java.lang.Object bean, BeanDeclaration data)Initializes the passed in bean.static voidBeanHelper. initBeanProperties(java.lang.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 Modifier and Type Method Description voidExprLookup.Variable. setValue(java.lang.Object value)
-