| Modifier and Type | Method and Description |
|---|---|
Collection<? extends ConfigurationValue> |
AmbiguousConfigurationValuesException.getValues()
Returns the
Collection of conflicting values that caused
this AmbiguousConfigurationValuesException to be created. |
| Constructor and Description |
|---|
AmbiguousConfigurationValuesException(String message,
Throwable cause,
Map<? extends String,? extends String> configurationCoordinates,
String name,
Collection<? extends ConfigurationValue> values)
Creates a new
AmbiguousConfigurationValuesException. |
Copyright © 2017–2018, microBean. All rights reserved.