|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyException | |
---|---|
de.smartics.properties.api.config.domain | Provides domain objects for configuration. |
de.smartics.properties.api.core.domain | Provides property domain objects and exceptions. |
Uses of PropertyException in de.smartics.properties.api.config.domain |
---|
Subclasses of PropertyException in de.smartics.properties.api.config.domain | |
---|---|
class |
PropertyValidationWithSourceException Signals that the value does not match the given constraints and provides information about the source location of the culprit. |
class |
PropertyValueConversionWithSourceException Signals that the value does not match the given constraints and provides information about the source location of the culprit. |
class |
PropertyValueResolveWithSourceException Signals that the value cannot be resolve and provides information about the source location of the culprit. |
Methods in de.smartics.properties.api.config.domain that return types with arguments of type PropertyException | |
---|---|
List<PropertyException> |
ConfigurationValidationException.getPropertyViolations() Returns the list of violations. |
Constructor parameters in de.smartics.properties.api.config.domain with type arguments of type PropertyException | |
---|---|
ConfigurationValidationException(ConfigurationKey<?> key, List<PropertyException> propertyViolations, List<PropertyDescriptor> mandatoryProperties, UnknownProperties unknownProperties) Convenience constructor without root cause. |
|
ConfigurationValidationException(Throwable cause, ConfigurationKey<?> key, List<PropertyException> propertyViolations, List<PropertyDescriptor> mandatoryProperties, UnknownProperties unknownProperties) Default Constructor. |
Uses of PropertyException in de.smartics.properties.api.core.domain |
---|
Subclasses of PropertyException in de.smartics.properties.api.core.domain | |
---|---|
class |
DuplicatePropertyDeclarationException Signals that a property descriptor has been encountered twice. |
class |
PropertyDescriptorException Base exception of the library for signaling an unspecific cause that is concerned with a specific property providing the property declaration information. |
class |
PropertyValidationException Signals that the value does not match the given constraints. |
class |
PropertyValueConversionException Signals that a value cannot be converted to its native type. |
class |
PropertyValueResolveException Signals that the value cannot be resolve. |
class |
ReadOnlyPropertyException Signals that the a read-only property was requested to be updated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |