IllegalComponentStateException.h 728 B

12345678910111213141516171819202122232425262728293031323334
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_awt_IllegalComponentStateException__
  3. #define __java_awt_IllegalComponentStateException__
  4. #pragma interface
  5. #include <java/lang/IllegalStateException.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace awt
  11. {
  12. class IllegalComponentStateException;
  13. }
  14. }
  15. }
  16. class java::awt::IllegalComponentStateException : public ::java::lang::IllegalStateException
  17. {
  18. public:
  19. IllegalComponentStateException();
  20. IllegalComponentStateException(::java::lang::String *);
  21. private:
  22. static const jlong serialVersionUID = -1889339587208144238LL;
  23. public:
  24. static ::java::lang::Class class$;
  25. };
  26. #endif // __java_awt_IllegalComponentStateException__