Example usage for Java com.vaadin.server UserError fields, constructors, methods, implement or subclass
The text is from its open source code.
UserError(String textErrorMessage) Creates a textual error message of level ERROR. | |
UserError(String message, ContentMode contentMode, ErrorLevel errorLevel) Creates an error message with level and content mode. |