TypeNotPresentException.h 712 B

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