Daily bump.
[official-gcc.git] / libjava / java / util / IllegalFormatWidthException.h
blobe278642db685ca90b2d74dfb5ab8f11d6617ec86
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_util_IllegalFormatWidthException__
5 #define __java_util_IllegalFormatWidthException__
7 #pragma interface
9 #include <java/util/IllegalFormatException.h>
11 class java::util::IllegalFormatWidthException : public ::java::util::IllegalFormatException
14 public:
15 IllegalFormatWidthException(jint);
16 virtual jint getWidth();
17 private:
18 static const jlong serialVersionUID = 16660902LL;
19 jint __attribute__((aligned(__alignof__( ::java::util::IllegalFormatException)))) w;
20 public:
21 static ::java::lang::Class class$;
24 #endif // __java_util_IllegalFormatWidthException__