AnnotationFormatError.h 673 B

12345678910111213141516171819202122232425
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_lang_annotation_AnnotationFormatError__
  3. #define __java_lang_annotation_AnnotationFormatError__
  4. #pragma interface
  5. #include <java/lang/Error.h>
  6. class java::lang::annotation::AnnotationFormatError : public ::java::lang::Error
  7. {
  8. public:
  9. AnnotationFormatError(::java::lang::String *);
  10. AnnotationFormatError(::java::lang::String *, ::java::lang::Throwable *);
  11. AnnotationFormatError(::java::lang::Throwable *);
  12. private:
  13. static const jlong serialVersionUID = -4256701562333669892LL;
  14. public:
  15. static ::java::lang::Class class$;
  16. };
  17. #endif // __java_lang_annotation_AnnotationFormatError__