mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-03 10:49:58 +00:00
31 lines
697 B
C
31 lines
697 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __javax_management_InvalidAttributeValueException__
|
||
|
#define __javax_management_InvalidAttributeValueException__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <javax/management/OperationsException.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace javax
|
||
|
{
|
||
|
namespace management
|
||
|
{
|
||
|
class InvalidAttributeValueException;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class javax::management::InvalidAttributeValueException : public ::javax::management::OperationsException
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
InvalidAttributeValueException();
|
||
|
InvalidAttributeValueException(::java::lang::String *);
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __javax_management_InvalidAttributeValueException__
|