Java com.vaadin.server UserError fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.server UserError fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.server UserError.

The text is from its open source code.

Constructor

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.