EnumConstantNotPresentExceptionProxy.h 788 B

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