Package | Description |
---|---|
org.apache.commons.configuration |
The Configuration main package.
|
org.apache.commons.configuration.event |
This package contains interfaces and classes for receiving notifications
about changes at configurations.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiFileHierarchicalConfiguration.configurationError(ConfigurationErrorEvent event) |
void |
AbstractHierarchicalFileConfiguration.configurationError(ConfigurationErrorEvent event) |
Modifier and Type | Method and Description |
---|---|
protected ConfigurationErrorEvent |
EventSource.createErrorEvent(int type,
String propName,
Object propValue,
Throwable ex)
Creates a
ConfigurationErrorEvent object based on the
passed in parameters. |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationErrorListener.configurationError(ConfigurationErrorEvent event)
Notifies this listener that in an observed configuration an error
occurred.
|
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.