Uses of Class
io.helidon.common.Severity
- 
Packages that use Severity Package Description io.helidon.common Common utilities for Helidon projects.
- 
- 
Uses of Severity in io.helidon.commonMethods in io.helidon.common that return Severity Modifier and Type Method Description SeverityErrors.ErrorMessage. getSeverity()GetSeverity.static SeveritySeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static Severity[]Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.common with parameters of type Severity Modifier and Type Method Description Errors.CollectorErrors.Collector. message(Object source, String message, Severity severity)Add a message to the list of messages.Errors.CollectorErrors.Collector. message(String message, Severity severity)Add a message to the list of messages with source automatically added.
 
-