public static class

AnnotationsResource.AnnotationsError

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.gwt.i18n.rebind.AnnotationsResource.AnnotationsError

Class Overview

An exception indicating there was some problem with an annotation. A caller receiving this exception should log the human-readable message and treat it as a fatal error.

Summary

Public Constructors
AnnotationsResource.AnnotationsError(String msg)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AnnotationsResource.AnnotationsError (String msg)