2016-05-14 Fritz Reese <fritzoreese@gmail.com>
[official-gcc.git] / libjava / java / util / IllegalFormatPrecisionException.h
bloba4ca0ec23dc64292aefab0e95e17bb1e57cb6cc8
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_util_IllegalFormatPrecisionException__
5 #define __java_util_IllegalFormatPrecisionException__
7 #pragma interface
9 #include <java/util/IllegalFormatException.h>
11 class java::util::IllegalFormatPrecisionException : public ::java::util::IllegalFormatException
14 public:
15 IllegalFormatPrecisionException(jint);
16 virtual jint getPrecision();
17 private:
18 static const jlong serialVersionUID = 18711008LL;
19 jint __attribute__((aligned(__alignof__( ::java::util::IllegalFormatException)))) p;
20 public:
21 static ::java::lang::Class class$;
24 #endif // __java_util_IllegalFormatPrecisionException__