EventException.h 779 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_w3c_dom_events_EventException__
  3. #define __org_w3c_dom_events_EventException__
  4. #pragma interface
  5. #include <java/lang/RuntimeException.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace w3c
  11. {
  12. namespace dom
  13. {
  14. namespace events
  15. {
  16. class EventException;
  17. }
  18. }
  19. }
  20. }
  21. }
  22. class org::w3c::dom::events::EventException : public ::java::lang::RuntimeException
  23. {
  24. public:
  25. EventException(jshort, ::java::lang::String *);
  26. jshort __attribute__((aligned(__alignof__( ::java::lang::RuntimeException)))) code;
  27. static const jshort UNSPECIFIED_EVENT_TYPE_ERR = 0;
  28. static ::java::lang::Class class$;
  29. };
  30. #endif // __org_w3c_dom_events_EventException__