ReflectionException.h 954 B

12345678910111213141516171819202122232425262728293031323334353637
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_management_ReflectionException__
  3. #define __javax_management_ReflectionException__
  4. #pragma interface
  5. #include <javax/management/JMException.h>
  6. extern "Java"
  7. {
  8. namespace javax
  9. {
  10. namespace management
  11. {
  12. class ReflectionException;
  13. }
  14. }
  15. }
  16. class javax::management::ReflectionException : public ::javax::management::JMException
  17. {
  18. public:
  19. ReflectionException(::java::lang::Exception *);
  20. ReflectionException(::java::lang::Exception *, ::java::lang::String *);
  21. virtual ::java::lang::Throwable * getCause();
  22. virtual ::java::lang::Exception * getTargetException();
  23. private:
  24. static const jlong serialVersionUID = 9170809325636915553LL;
  25. ::java::lang::Exception * __attribute__((aligned(__alignof__( ::javax::management::JMException)))) exception;
  26. public:
  27. static ::java::lang::Class class$;
  28. };
  29. #endif // __javax_management_ReflectionException__