Daily bump.
[official-gcc.git] / libjava / java / util / InputMismatchException.h
blobd1d7216bfb7f5e8558f19bec0c7d54242ecc8cab
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_util_InputMismatchException__
5 #define __java_util_InputMismatchException__
7 #pragma interface
9 #include <java/util/NoSuchElementException.h>
11 class java::util::InputMismatchException : public ::java::util::NoSuchElementException
14 public:
15 InputMismatchException();
16 InputMismatchException(::java::lang::String *);
17 static ::java::lang::Class class$;
20 #endif // __java_util_InputMismatchException__