Package org.apache.commons.configuration2.ex
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 ClassesClassDescriptionThrown when an application only grants specific configurations for elements like URL schemes and hosts.Any exception that occurs while initializing a Configuration object.A configuration related runtime exception.Thrown when a property is incompatible with the type requested.