PR lto/42531
[official-gcc.git] / libjava / java / util / MissingFormatWidthException.h
blobdac93c0c4cc22cc473e2d9cd6fab3f46bc65cdd0
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_util_MissingFormatWidthException__
5 #define __java_util_MissingFormatWidthException__
7 #pragma interface
9 #include <java/util/IllegalFormatException.h>
11 class java::util::MissingFormatWidthException : public ::java::util::IllegalFormatException
14 public:
15 MissingFormatWidthException(::java::lang::String *);
16 virtual ::java::lang::String * getFormatSpecifier();
17 private:
18 static const jlong serialVersionUID = 15560123LL;
19 ::java::lang::String * __attribute__((aligned(__alignof__( ::java::util::IllegalFormatException)))) s;
20 public:
21 static ::java::lang::Class class$;
24 #endif // __java_util_MissingFormatWidthException__