textbender.g.lang
Class AnnotationError
java.lang.Object
  
java.lang.Throwable
      
java.lang.Error
          
AnnotationError
- All Implemented Interfaces: 
 - Serializable
 
public class AnnotationError
- extends Error
 
Thrown when an illegal annotation is detected at runtime.
 An annotation error might be thrown, for instance,
 if one annotation is detected to be a logical contradiction of another.
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
AnnotationError
public AnnotationError()
AnnotationError
public AnnotationError(Throwable cause)
AnnotationError
public AnnotationError(String message)
AnnotationError
public AnnotationError(String message,
                       Throwable cause)