net.sourceforge.retroweaver.runtime.java.lang.annotation
Class AnnotationFormatError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by net.sourceforge.retroweaver.runtime.java.lang.annotation.AnnotationFormatError
All Implemented Interfaces:
java.io.Serializable

public class AnnotationFormatError
extends java.lang.Error

A mirror of java.lang.annotation.AnnotationFormatError.

Author:
Toby Reyelts
See Also:
Serialized Form

Constructor Summary
AnnotationFormatError(java.lang.String message)
           
AnnotationFormatError(java.lang.String message, java.lang.Throwable cause)
           
AnnotationFormatError(java.lang.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

AnnotationFormatError

public AnnotationFormatError(java.lang.String message)

AnnotationFormatError

public AnnotationFormatError(java.lang.String message,
                             java.lang.Throwable cause)

AnnotationFormatError

public AnnotationFormatError(java.lang.Throwable cause)