java.lang.Object
io.helidon.common.Errors.ErrorMessage
- Enclosing class:
Errors
Error message with a severity and a source.
Used from
Errors
.-
Method Summary
-
Method Details
-
getSeverity
GetSeverity
.- Returns:
- severity of current
ErrorMessage
.
-
getMessage
Human-readable description of the issue.- Returns:
- message describing the issue.
-
getSource
The issue source.Identifies the object where the issue was found.
- Returns:
- source of the issue.
-
toString
-
equals
-
hashCode
public int hashCode()
-