Package org.apache.commons.configuration2.ex
This package contains all exception classes used by this library.
Commons Configuration defines a small number of exception classes. Because these classes are referenced by multiple other packages, they are located in their own package to avoid cyclic dependencies.
-
Exception Summary Exception Description ConfigurationException Any exception that occurs while initializing a Configuration object.ConfigurationRuntimeException A configuration related runtime exception.ConversionException Thrown when a property is incompatible with the type requested.