NumberFormatException.h 565 B

123456789101112131415161718192021222324
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_lang_NumberFormatException__
  3. #define __java_lang_NumberFormatException__
  4. #pragma interface
  5. #include <java/lang/IllegalArgumentException.h>
  6. class java::lang::NumberFormatException : public ::java::lang::IllegalArgumentException
  7. {
  8. public:
  9. NumberFormatException();
  10. NumberFormatException(::java::lang::String *);
  11. private:
  12. static const jlong serialVersionUID = -2848938806368998894LL;
  13. public:
  14. static ::java::lang::Class class$;
  15. };
  16. #endif // __java_lang_NumberFormatException__