EmptyStackException.h 489 B

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