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.
- Version:
- $Id: package-info.java 1624601 2014-09-12 18:04:36Z oheger $
-
Exception Summary Exception Description ConfigurationException Any exception that occurs while initializing a Configuration object.ConfigurationRuntimeException A configuration related runtime exception.ConversionException Exception thrown when a property is incompatible with the type requested.