net.sf.retrotranslator.runtime.java.lang.annotation
Class AnnotationFormatError_

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by net.sf.retrotranslator.runtime.java.lang.annotation.AnnotationFormatError_
All Implemented Interfaces:
java.io.Serializable

public class AnnotationFormatError_
extends java.lang.Error

Author:
Taras Puchko
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)