IllegalFormatException.h 587 B

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