| Package | Description |
|---|---|
| io.helidon.common |
Common utilities for Helidon projects.
|
| Modifier and Type | Method and Description |
|---|---|
Severity |
Errors.ErrorMessage.getSeverity()
Get
Severity. |
static Severity |
Severity.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.
|
| Modifier and Type | Method and Description |
|---|---|
Errors.Collector |
Errors.Collector.message(Object source,
String message,
Severity severity)
Add a message to the list of messages.
|
Errors.Collector |
Errors.Collector.message(String message,
Severity severity)
Add a message to the list of messages with source automatically added.
|
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.