URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [org/] [xml/] [sax/] [SAXException.h] - Rev 830
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __org_xml_sax_SAXException__ #define __org_xml_sax_SAXException__ #pragma interface #include <java/lang/Exception.h> extern "Java" { namespace org { namespace xml { namespace sax { class SAXException; } } } } class org::xml::sax::SAXException : public ::java::lang::Exception { public: SAXException(); SAXException(::java::lang::String *); SAXException(::java::lang::Exception *); SAXException(::java::lang::String *, ::java::lang::Exception *); virtual ::java::lang::String * getMessage(); virtual ::java::lang::Exception * getException(); virtual ::java::lang::String * toString(); private: ::java::lang::Exception * __attribute__((aligned(__alignof__( ::java::lang::Exception)))) exception; public: static ::java::lang::Class class$; }; #endif // __org_xml_sax_SAXException__
Go to most recent revision | Compare with Previous | Blame | View Log