IllegalStateException.h 677 B

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