ValidationException.h 897 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_xml_validation_xmlschema_ValidationException__
  3. #define __gnu_xml_validation_xmlschema_ValidationException__
  4. #pragma interface
  5. #include <org/xml/sax/SAXParseException.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace xml
  11. {
  12. namespace validation
  13. {
  14. namespace xmlschema
  15. {
  16. class ValidationException;
  17. }
  18. }
  19. }
  20. }
  21. namespace org
  22. {
  23. namespace xml
  24. {
  25. namespace sax
  26. {
  27. class Locator;
  28. }
  29. }
  30. }
  31. }
  32. class gnu::xml::validation::xmlschema::ValidationException : public ::org::xml::sax::SAXParseException
  33. {
  34. public: // actually package-private
  35. ValidationException(::java::lang::String *, ::org::xml::sax::Locator *);
  36. public:
  37. static ::java::lang::Class class$;
  38. };
  39. #endif // __gnu_xml_validation_xmlschema_ValidationException__