NotYetBoundException.h 689 B

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