Java com.google.gwt.libideas.validation.client ErrorHandler fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.libideas.validation.client ErrorHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.libideas.validation.client ErrorHandler.

The text is from its open source code.

Method

voidreportError(Subject subject, ValidationException exception)
Reports that a subject threw a ValidationException during validation.
voidreportError(Subject subject, String errorMessage)
Reports that a subject reported an error during validation.