mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
34 lines
649 B
C
34 lines
649 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __org_xml_sax_SAXNotRecognizedException__
|
||
|
#define __org_xml_sax_SAXNotRecognizedException__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <org/xml/sax/SAXException.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace org
|
||
|
{
|
||
|
namespace xml
|
||
|
{
|
||
|
namespace sax
|
||
|
{
|
||
|
class SAXNotRecognizedException;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class org::xml::sax::SAXNotRecognizedException : public ::org::xml::sax::SAXException
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
SAXNotRecognizedException();
|
||
|
SAXNotRecognizedException(::java::lang::String *);
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __org_xml_sax_SAXNotRecognizedException__
|