97b8365caf
From-SVN: r120621
43 lines
827 B
C++
43 lines
827 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_javax_swing_text_html_css_CSSLexicalException__
|
|
#define __gnu_javax_swing_text_html_css_CSSLexicalException__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/io/IOException.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace swing
|
|
{
|
|
namespace text
|
|
{
|
|
namespace html
|
|
{
|
|
namespace css
|
|
{
|
|
class CSSLexicalException;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::javax::swing::text::html::css::CSSLexicalException : public ::java::io::IOException
|
|
{
|
|
|
|
public:
|
|
CSSLexicalException();
|
|
CSSLexicalException(::java::lang::String *);
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_javax_swing_text_html_css_CSSLexicalException__
|