Class ConfigurationProviderError
-
- All Implemented Interfaces:
public class ConfigurationProviderErrorRepresents an error generated by a configuration provider.
-
-
Field Summary
-
Method Summary
Modifier and Type Method Description StringgetErrorMessage()Gets the text of the error message. StringtoString()-
-
Method Detail
-
getErrorMessage
@NonNull() String getErrorMessage()
Gets the text of the error message.
- Returns:
String containing the error message text.
-
toString
@NonNull() String toString()
-
-
-
-