ParseException.h 699 B

1234567891011121314151617181920212223242526272829303132333435
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_text_ParseException__
  3. #define __java_text_ParseException__
  4. #pragma interface
  5. #include <java/lang/Exception.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace text
  11. {
  12. class ParseException;
  13. }
  14. }
  15. }
  16. class java::text::ParseException : public ::java::lang::Exception
  17. {
  18. public:
  19. ParseException(::java::lang::String *, jint);
  20. virtual jint getErrorOffset();
  21. private:
  22. static const jlong serialVersionUID = 2703218443322787634LL;
  23. jint __attribute__((aligned(__alignof__( ::java::lang::Exception)))) errorOffset;
  24. public:
  25. static ::java::lang::Class class$;
  26. };
  27. #endif // __java_text_ParseException__