public class InternalConfigurationException extends PropertyException
This exception is instantiable only by the configuration management classes itself. In order to indicate problems
within Configurable.newProperties which are not coped by types or ranges (eg file-not-found, complex configuration
logic problems, etc.) PropertyException
(which superclasses this class) can be used.
The intention of the class is to make a clear distinction between core configuration errors and high level user specific problems.
getProperty, toString