Uses of Class
org.apache.commons.configuration2.ex.ConfigurationRuntimeException
-
Packages that use ConfigurationRuntimeException Package Description org.apache.commons.configuration2 The Configuration main package.org.apache.commons.configuration2.beanutils In this package aConfiguration
implementation can be found that implements theDynaBean
interface.org.apache.commons.configuration2.ex This package contains all exception classes used by this library.org.apache.commons.configuration2.interpol A package with helper classes used for interpolation (variable substitution). -
-
Uses of ConfigurationRuntimeException in org.apache.commons.configuration2
Methods in org.apache.commons.configuration2 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.configuration2.beanutils
Methods in org.apache.commons.configuration2.beanutils that return ConfigurationRuntimeException Modifier and Type Method Description private static ConfigurationRuntimeException
DefaultBeanFactory. constructorMatchingException(java.lang.Class<?> beanClass, BeanDeclaration data, java.lang.String msg)
Constructs an exception if no single matching constructor was found with a meaningful error message. -
Uses of ConfigurationRuntimeException in org.apache.commons.configuration2.ex
Subclasses of ConfigurationRuntimeException in org.apache.commons.configuration2.ex Modifier and Type Class Description class
ConversionException
Thrown when a property is incompatible with the type requested. -
Uses of ConfigurationRuntimeException in org.apache.commons.configuration2.interpol
Methods in org.apache.commons.configuration2.interpol that throw ConfigurationRuntimeException Modifier and Type Method Description void
ExprLookup.Variable. setValue(java.lang.Object value)
-