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