|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConfigurationException in de.smartics.properties.api.config.app |
---|
Methods in de.smartics.properties.api.config.app that throw ConfigurationException | |
---|---|
ConfigurationProperties |
ConfigurationPropertiesFactory.create(ConfigurationKey<?> key) Returns the configuration properties for the given key . |
ConfigurationProperties |
ConfigurationPropertiesFactory.createDefault() Returns the configuration for the default key. |
ConfigurationPropertiesManagement |
ConfigurationPropertiesFactory.createDefaultManagement() Returns the management view on a configuration for the default key. |
ConfigurationPropertiesManagement |
ConfigurationPropertiesFactory.createManagement(ConfigurationKey<?> key) Returns the configuration properties for the given key . |
Uses of ConfigurationException in de.smartics.properties.api.config.domain |
---|
Subclasses of ConfigurationException in de.smartics.properties.api.config.domain | |
---|---|
class |
CompoundConfigurationException Signals multiple 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 |
UnknownPropertyException Signals that a property is unknown. |
Methods in de.smartics.properties.api.config.domain that return types with arguments of type ConfigurationException | |
---|---|
List<ConfigurationException> |
CompoundConfigurationException.getExceptions() Returns the list of encountered exceptions. |
Constructor parameters in de.smartics.properties.api.config.domain with type arguments of type ConfigurationException | |
---|---|
CompoundConfigurationException(ConfigurationKey<?> key, List<ConfigurationException> exceptions) Convenience constructor without a root cause. |
|
CompoundConfigurationException(Throwable cause, ConfigurationKey<?> key, List<ConfigurationException> exceptions) Default constructor. |
Uses of ConfigurationException in de.smartics.properties.api.config.transfer |
---|
Subclasses of ConfigurationException in de.smartics.properties.api.config.transfer | |
---|---|
class |
TransferException Signals a problem transferring property definitions from a source to a target. |
Uses of ConfigurationException in de.smartics.properties.impl.config.classpath |
---|
Methods in de.smartics.properties.impl.config.classpath that throw ConfigurationException | |
---|---|
ClasspathConfigurationProperties |
ClasspathConfigurationPropertiesFactory.create() Creates a configuration properties instance for an artificial key. |
ClasspathConfigurationProperties |
ClasspathConfigurationPropertiesFactory.createManagement() Creates a configuration properties management instance for an artificial key. |
protected ClasspathConfigurationProperties |
ClasspathConfigurationPropertiesFactory.createNewConfiguration(ConfigurationKey<?> key) |
Uses of ConfigurationException in de.smartics.properties.impl.config.ds |
---|
Methods in de.smartics.properties.impl.config.ds that throw ConfigurationException | |
---|---|
protected ConfigurationPropertiesManagement |
DataSourceConfigurationPropertiesFactory.createNewConfiguration(ConfigurationKey<?> key) |
protected ConfigurationPropertiesManagement |
AutodetectDataSourceConfigurationPropertiesFactory.createNewConfiguration(ConfigurationKey<?> key) |
Uses of ConfigurationException in de.smartics.properties.impl.config.jndi |
---|
Methods in de.smartics.properties.impl.config.jndi that throw ConfigurationException | |
---|---|
protected JndiConfigurationProperties |
JndiConfigurationPropertiesFactory.createNewConfiguration(ConfigurationKey<?> key) Creates an empty instance of the configuration properties instance. |
Uses of ConfigurationException in de.smartics.properties.impl.config.properties |
---|
Methods in de.smartics.properties.impl.config.properties that throw ConfigurationException | |
---|---|
PropertiesConfigurationProperties |
PropertiesConfigurationPropertiesFactory.create(ApplicationId applicationId) Creates a configuration properties instance for an artificial environment. |
PropertiesConfigurationProperties |
PropertiesConfigurationPropertiesFactory.createManagement(ApplicationId applicationId) Creates a configuration properties management instance for an artificial environment. |
protected PropertiesConfigurationProperties |
PropertiesConfigurationPropertiesFactory.createNewConfiguration(ConfigurationKey<?> key) |
Uses of ConfigurationException in de.smartics.properties.impl.config.resource |
---|
Methods in de.smartics.properties.impl.config.resource that throw ConfigurationException | |
---|---|
protected ConfigurationPropertiesManagement |
ResourceConfigurationPropertiesFactory.createNewConfiguration(ConfigurationKey<?> key) |
Uses of ConfigurationException in de.smartics.properties.spi.config.resolve |
---|
Subclasses of ConfigurationException in de.smartics.properties.spi.config.resolve | |
---|---|
class |
ResolveConfigurationException Signals problems resolving expression in a property value. |
Uses of ConfigurationException in de.smartics.properties.spi.config.support |
---|
Methods in de.smartics.properties.spi.config.support that throw ConfigurationException | |
---|---|
T |
AbstractConfigurationPropertiesFactory.create(ConfigurationKey<?> key) |
T |
AbstractConfigurationPropertiesFactory.createManagement(ConfigurationKey<?> key) |
protected abstract T |
AbstractConfigurationPropertiesFactory.createNewConfiguration(ConfigurationKey<?> key) Creates an empty instance of the configuration properties instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |