// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_classpath_jdwp_exception_TypeMismatchException__ #define __gnu_classpath_jdwp_exception_TypeMismatchException__ #pragma interface #include extern "Java" { namespace gnu { namespace classpath { namespace jdwp { namespace exception { class TypeMismatchException; } } } } } class gnu::classpath::jdwp::exception::TypeMismatchException : public ::gnu::classpath::jdwp::exception::JdwpException { public: TypeMismatchException(jbyte); TypeMismatchException(::java::lang::String *); static ::java::lang::Class class$; }; #endif // __gnu_classpath_jdwp_exception_TypeMismatchException__