2016-06-16 Ed Schonberg <schonberg@adacore.com>
[official-gcc.git] / libjava / java / util / IllegalFormatConversionException.h
blobb6b7e8124e3ebd362c86669b004cf2eef138e6ff
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_util_IllegalFormatConversionException__
5 #define __java_util_IllegalFormatConversionException__
7 #pragma interface
9 #include <java/util/IllegalFormatException.h>
11 class java::util::IllegalFormatConversionException : public ::java::util::IllegalFormatException
14 public:
15 IllegalFormatConversionException(jchar, ::java::lang::Class *);
16 virtual jchar getConversion();
17 virtual ::java::lang::Class * getArgumentClass();
18 private:
19 static const jlong serialVersionUID = 17000126LL;
20 public: // actually package-private
21 jchar __attribute__((aligned(__alignof__( ::java::util::IllegalFormatException)))) c;
22 ::java::lang::Class * arg;
23 public:
24 static ::java::lang::Class class$;
27 #endif // __java_util_IllegalFormatConversionException__