public static final enum

ProblemReport.Priority

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.gwt.user.rebind.rpc.ProblemReport.Priority

Class Overview

Priority of problems. FATAL problems will fail a build that would otherwise have succeeded, for example because of a bad custom serializer used only as a subclass of a superclass with other viable subtypes. DEFAULT problems might or might not be fatal, depending on overall results accumulated later. AUXILIARY problems are not fatal, and often not even problems by themselves, but diagnostics related to default problems (e.g. type filtration, which might suppress an intended-to-serialize class).

Summary

Enum Values
ProblemReport.Priority  AUXILIARY   
ProblemReport.Priority  DEFAULT   
ProblemReport.Priority  FATAL   
Public Methods
static ProblemReport.Priority valueOf(String name)
final static Priority[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ProblemReport.Priority AUXILIARY

public static final ProblemReport.Priority DEFAULT

public static final ProblemReport.Priority FATAL

Public Methods

public static ProblemReport.Priority valueOf (String name)

public static final Priority[] values ()