2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / libjava / gnu / xml / validation / xmlschema / ValidationException.h
blobcdea811e7fc9004a6e3ce8f1a06dab361ef0455f
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_xml_validation_xmlschema_ValidationException__
5 #define __gnu_xml_validation_xmlschema_ValidationException__
7 #pragma interface
9 #include <org/xml/sax/SAXParseException.h>
10 extern "Java"
12 namespace gnu
14 namespace xml
16 namespace validation
18 namespace xmlschema
20 class ValidationException;
25 namespace org
27 namespace xml
29 namespace sax
31 class Locator;
37 class gnu::xml::validation::xmlschema::ValidationException : public ::org::xml::sax::SAXParseException
40 public: // actually package-private
41 ValidationException(::java::lang::String *, ::org::xml::sax::Locator *);
42 public:
43 static ::java::lang::Class class$;
46 #endif // __gnu_xml_validation_xmlschema_ValidationException__