Fix typo in the last changelog entry.
[official-gcc.git] / libjava / java / lang / ArithmeticException.h
blob8d784adb7e7ec43c2044184155af178c0e8b482c
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_lang_ArithmeticException__
5 #define __java_lang_ArithmeticException__
7 #pragma interface
9 #include <java/lang/RuntimeException.h>
11 class java::lang::ArithmeticException : public ::java::lang::RuntimeException
14 public:
15 ArithmeticException();
16 ArithmeticException(::java::lang::String *);
17 private:
18 static const jlong serialVersionUID = 2256477558314496007LL;
19 public:
20 static ::java::lang::Class class$;
23 #endif // __java_lang_ArithmeticException__