|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationRootException | |
---|---|
de.smartics.properties.api.config.app | Provides application configurations to be used by clients to this library. |
de.smartics.properties.api.config.domain | Provides domain objects for configuration. |
de.smartics.properties.impl.config.jndi | Provides a SerializableConfigurationPropertiesManagement implementation based on JNDI. |
de.smartics.properties.spi.config.cache | Provides an cache manager that provides Infinispan caches. |
de.smartics.properties.spi.config.ds | Provides implementations to provide access to data sources from configuration factories. |
de.smartics.properties.spi.config.resolve | Provides an interface to the resolving placeholders. |
de.smartics.properties.spi.config.transfer | Provides services to transfer properties from a source to a target destination. |
Uses of ConfigurationRootException in de.smartics.properties.api.config.app |
---|
Subclasses of ConfigurationRootException in de.smartics.properties.api.config.app | |
---|---|
class |
ConfigurationFactoryException Signals factory problems on creating instances of ConfigurationPropertiesFactory . |
Uses of ConfigurationRootException in de.smartics.properties.api.config.domain |
---|
Subclasses of ConfigurationRootException in de.smartics.properties.api.config.domain | |
---|---|
class |
CompoundConfigurationException Signals multiple problems with a configuration. |
class |
ConfigurationException Signals problems with a configuration. |
class |
ConfigurationLoadingException Signals that configuration with the given key cannot be loaded. |
class |
ConfigurationNotFoundException Signals that configuration with the given key cannot be found as a resource. |
class |
ConfigurationValidationException Signals that the configuration is invalid or at least properties cannot be validated because there are no properties descriptors registered for them. |
class |
DuplicateConfigurationException Signals that a configuration with the given key has already been registered. |
class |
DuplicatePropertyDefinitionException Signals that a property descriptor has been encountered twice. |
class |
DuplicatePropertyException Signals that a property has been encountered twice. |
class |
MissingConfigurationException Signals that a configuration with the given key cannot be found. |
class |
PropertyStoreException Signals problems with accessing a property store. |
class |
UnknownPropertyException Signals that a property is unknown. |
Uses of ConfigurationRootException in de.smartics.properties.impl.config.jndi |
---|
Subclasses of ConfigurationRootException in de.smartics.properties.impl.config.jndi | |
---|---|
class |
JndiPropertyStoreException Signals problems with accessing a JNDI property store. |
Uses of ConfigurationRootException in de.smartics.properties.spi.config.cache |
---|
Subclasses of ConfigurationRootException in de.smartics.properties.spi.config.cache | |
---|---|
class |
CacheException Signals problems with accessing a cache storing properties. |
Uses of ConfigurationRootException in de.smartics.properties.spi.config.ds |
---|
Subclasses of ConfigurationRootException in de.smartics.properties.spi.config.ds | |
---|---|
class |
DataSourceException Signals problems with accessing a data source containing properties. |
Uses of ConfigurationRootException in de.smartics.properties.spi.config.resolve |
---|
Subclasses of ConfigurationRootException in de.smartics.properties.spi.config.resolve | |
---|---|
class |
ResolveConfigurationException Signals problems resolving expression in a property value. |
Uses of ConfigurationRootException in de.smartics.properties.spi.config.transfer |
---|
Subclasses of ConfigurationRootException in de.smartics.properties.spi.config.transfer | |
---|---|
class |
TransferException Signals problems with transferring properties from source to target. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |