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.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 ConfigurationConfigurationUtils. cloneConfiguration(Configuration config)Clones the given configuration object if this is possible. -
Uses of ConfigurationRuntimeException in org.apache.commons.configuration2.ex
Subclasses of ConfigurationRuntimeException in org.apache.commons.configuration2.ex Modifier and Type Class Description classConfigurationDeniedExceptionThrown when an application only grants specific configurations for elements like URL schemes and hosts.classConversionExceptionThrown 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 voidExprLookup.Variable. setValue(java.lang.Object value)Sets the value to be used in expressions.
-