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