URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [xml/] [dom/] [ls/] [DomLSException.h] - Rev 756
Compare with Previous | Blame | View Log
// 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__