2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_management_BadBinaryOpValueExpException__
5 #define __javax_management_BadBinaryOpValueExpException__
9 #include <java/lang/Exception.h>
16 class BadBinaryOpValueExpException
;
22 class javax::management::BadBinaryOpValueExpException
: public ::java::lang::Exception
26 BadBinaryOpValueExpException(::javax::management::ValueExp
*);
27 virtual ::javax::management::ValueExp
* getExp();
28 virtual ::java::lang::String
* toString();
30 static const jlong serialVersionUID
= 5068475589449021227LL;
31 ::javax::management::ValueExp
* __attribute__((aligned(__alignof__( ::java::lang::Exception
)))) exp
;
33 static ::java::lang::Class
class$
;
36 #endif // __javax_management_BadBinaryOpValueExpException__