* sv.po: Update.
[official-gcc.git] / libjava / java / lang / NumberFormatException.h
blob34bd4d678c27a3d7f490f2bbda060fab3283f1aa
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_lang_NumberFormatException__
5 #define __java_lang_NumberFormatException__
7 #pragma interface
9 #include <java/lang/IllegalArgumentException.h>
11 class java::lang::NumberFormatException : public ::java::lang::IllegalArgumentException
14 public:
15 NumberFormatException();
16 NumberFormatException(::java::lang::String *);
17 private:
18 static const jlong serialVersionUID = -2848938806368998894LL;
19 public:
20 static ::java::lang::Class class$;
23 #endif // __java_lang_NumberFormatException__