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 Configuration
ConfigurationUtils. 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 class
ConversionException
Exception 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)
-