NoSuchElementException.h 554 B

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