mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 18:53:22 +00:00
37 lines
954 B
C
37 lines
954 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __javax_management_ReflectionException__
|
||
|
#define __javax_management_ReflectionException__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <javax/management/JMException.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace javax
|
||
|
{
|
||
|
namespace management
|
||
|
{
|
||
|
class ReflectionException;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class javax::management::ReflectionException : public ::javax::management::JMException
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
ReflectionException(::java::lang::Exception *);
|
||
|
ReflectionException(::java::lang::Exception *, ::java::lang::String *);
|
||
|
virtual ::java::lang::Throwable * getCause();
|
||
|
virtual ::java::lang::Exception * getTargetException();
|
||
|
private:
|
||
|
static const jlong serialVersionUID = 9170809325636915553LL;
|
||
|
::java::lang::Exception * __attribute__((aligned(__alignof__( ::javax::management::JMException)))) exception;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __javax_management_ReflectionException__
|