com.google.gwt.i18n.rebind
Class AnnotationsResource.AnnotationsError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.gwt.i18n.rebind.AnnotationsResource.AnnotationsError
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AnnotationsResource

public static class AnnotationsResource.AnnotationsError
extends java.lang.Exception

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.

See Also:
Serialized Form

Constructor Summary
AnnotationsResource.AnnotationsError(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationsResource.AnnotationsError

public AnnotationsResource.AnnotationsError(java.lang.String msg)