ExceptionProxy.h 568 B

123456789101112131415161718192021222324252627282930313233
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __sun_reflect_annotation_ExceptionProxy__
  3. #define __sun_reflect_annotation_ExceptionProxy__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace sun
  9. {
  10. namespace reflect
  11. {
  12. namespace annotation
  13. {
  14. class ExceptionProxy;
  15. }
  16. }
  17. }
  18. }
  19. class sun::reflect::annotation::ExceptionProxy : public ::java::lang::Object
  20. {
  21. public:
  22. ExceptionProxy();
  23. static ::java::lang::Class class$;
  24. };
  25. #endif // __sun_reflect_annotation_ExceptionProxy__