Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / javax / xml / xpath / XPathExpressionException.h
blobe619bbd62b6501df519ab4f7a12ea44d283351b8
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_xml_xpath_XPathExpressionException__
5 #define __javax_xml_xpath_XPathExpressionException__
7 #pragma interface
9 #include <javax/xml/xpath/XPathException.h>
10 extern "Java"
12 namespace javax
14 namespace xml
16 namespace xpath
18 class XPathExpressionException;
24 class javax::xml::xpath::XPathExpressionException : public ::javax::xml::xpath::XPathException
27 public:
28 XPathExpressionException(::java::lang::String *);
29 XPathExpressionException(::java::lang::Throwable *);
30 private:
31 static const jlong serialVersionUID = -1837080260374986980LL;
32 public:
33 static ::java::lang::Class class$;
36 #endif // __javax_xml_xpath_XPathExpressionException__