97b8365caf
From-SVN: r120621
36 lines
624 B
C++
36 lines
624 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_xml_dom_ls_DomLSException__
|
|
#define __gnu_xml_dom_ls_DomLSException__
|
|
|
|
#pragma interface
|
|
|
|
#include <org/w3c/dom/ls/LSException.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace xml
|
|
{
|
|
namespace dom
|
|
{
|
|
namespace ls
|
|
{
|
|
class DomLSException;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::xml::dom::ls::DomLSException : public ::org::w3c::dom::ls::LSException
|
|
{
|
|
|
|
public:
|
|
DomLSException(jshort, ::java::lang::Exception *);
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_xml_dom_ls_DomLSException__
|