| Package | Description |
|---|---|
| com.vaadin.server |
| Modifier and Type | Field and Description |
|---|---|
static ErrorMessage.ErrorLevel |
ErrorMessage.CRITICAL
Deprecated.
As of 7.0, use
CRITICAL instead |
static ErrorMessage.ErrorLevel |
ErrorMessage.ERROR
Deprecated.
As of 7.0, use
ERROR instead |
static ErrorMessage.ErrorLevel |
ErrorMessage.INFORMATION
Deprecated.
As of 7.0, use
INFORMATION instead |
static ErrorMessage.ErrorLevel |
ErrorMessage.SYSTEMERROR
Deprecated.
As of 7.0, use
SYSTEMERROR instead |
static ErrorMessage.ErrorLevel |
ErrorMessage.WARNING
Deprecated.
As of 7.0, use
WARNING instead |
| Modifier and Type | Method and Description |
|---|---|
ErrorMessage.ErrorLevel |
ErrorMessage.getErrorLevel()
Gets the errors level.
|
ErrorMessage.ErrorLevel |
AbstractErrorMessage.getErrorLevel() |
static ErrorMessage.ErrorLevel |
ErrorMessage.ErrorLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorMessage.ErrorLevel[] |
ErrorMessage.ErrorLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractErrorMessage.setErrorLevel(ErrorMessage.ErrorLevel level) |
| Constructor and Description |
|---|
UserError(String message,
AbstractErrorMessage.ContentMode contentMode,
ErrorMessage.ErrorLevel errorLevel)
Creates an error message with level and content mode.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.