IllegalFormatCodePointException.h 708 B

1234567891011121314151617181920212223242526
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_util_IllegalFormatCodePointException__
  3. #define __java_util_IllegalFormatCodePointException__
  4. #pragma interface
  5. #include <java/util/IllegalFormatException.h>
  6. class java::util::IllegalFormatCodePointException : public ::java::util::IllegalFormatException
  7. {
  8. public:
  9. IllegalFormatCodePointException(jint);
  10. virtual jint getCodePoint();
  11. private:
  12. static const jlong serialVersionUID = 19080630LL;
  13. public: // actually package-private
  14. jint __attribute__((aligned(__alignof__( ::java::util::IllegalFormatException)))) c;
  15. public:
  16. static ::java::lang::Class class$;
  17. };
  18. #endif // __java_util_IllegalFormatCodePointException__