Uses of Class
org.apache.commons.configuration2.ex.ConfigurationRuntimeException
Packages that use ConfigurationRuntimeException
Package
Description
The Configuration main package.
In this package a
Configuration
implementation can be found that implements the DynaBean
interface.
This package contains all exception classes used by this library.
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 ConfigurationRuntimeExceptionModifier and TypeMethodDescriptionstatic 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 ConfigurationRuntimeExceptionModifier and TypeMethodDescriptionprivate static ConfigurationRuntimeException
DefaultBeanFactory.constructorMatchingException
(Class<?> beanClass, BeanDeclaration data, 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.exModifier and TypeClassDescriptionclass
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