Uses of Class
org.apache.commons.configuration.ConfigurationRuntimeException
-
Packages that use ConfigurationRuntimeException Package Description org.apache.commons.configuration The Configuration main package.org.apache.commons.configuration.beanutils In this package aConfiguration
implementation can be found that implements theDynaBean
interface.org.apache.commons.configuration.interpol A package with helper classes used for interpolation (variable substitution). -
-
Uses of ConfigurationRuntimeException in org.apache.commons.configuration
Subclasses of ConfigurationRuntimeException in org.apache.commons.configuration Modifier and Type Class Description class
ConversionException
Exception 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 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 ConfigurationRuntimeException Modifier and Type Method Description static java.lang.Object
BeanHelper. createBean(BeanDeclaration data)
Returns a bean instance for the specified declaration.static java.lang.Object
BeanHelper. createBean(BeanDeclaration data, java.lang.Class<?> defaultClass)
Returns a bean instance for the specified declaration.static java.lang.Object
BeanHelper. createBean(BeanDeclaration data, java.lang.Class<?> defaultClass, java.lang.Object param)
The main method for creating and initializing beans from a configuration.static void
BeanHelper. initBean(java.lang.Object bean, BeanDeclaration data)
Initializes the passed in bean.static void
BeanHelper. 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 void
ExprLookup.Variable. setValue(java.lang.Object value)
-