gcc/libjava/gnu/xml/dom/ls/DomLSException.h
Tom Tromey 97b8365caf Merged gcj-eclipse branch to trunk.
From-SVN: r120621
2007-01-09 19:58:05 +00:00

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__