mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
37 lines
850 B
C++
37 lines
850 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_xml_xpath_XPathFactoryConfigurationException__
|
|
#define __javax_xml_xpath_XPathFactoryConfigurationException__
|
|
|
|
#pragma interface
|
|
|
|
#include <javax/xml/xpath/XPathException.h>
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace xml
|
|
{
|
|
namespace xpath
|
|
{
|
|
class XPathFactoryConfigurationException;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::xml::xpath::XPathFactoryConfigurationException : public ::javax::xml::xpath::XPathException
|
|
{
|
|
|
|
public:
|
|
XPathFactoryConfigurationException(::java::lang::String *);
|
|
XPathFactoryConfigurationException(::java::lang::Throwable *);
|
|
private:
|
|
static const jlong serialVersionUID = -1837080260374986980LL;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_xml_xpath_XPathFactoryConfigurationException__
|