textbender.g.lang
Class AnnotationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by 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

Constructor Summary
AnnotationError()
           
AnnotationError(String message)
           
AnnotationError(String message, Throwable cause)
           
AnnotationError(Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationError

public AnnotationError()

AnnotationError

public AnnotationError(Throwable cause)

AnnotationError

public AnnotationError(String message)

AnnotationError

public AnnotationError(String message,
                       Throwable cause)