rt_gccstream/libjava/java/nio/channels/IllegalSelectorException.h

36 lines
720 B
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __java_nio_channels_IllegalSelectorException__
#define __java_nio_channels_IllegalSelectorException__
#pragma interface
#include <java/lang/IllegalArgumentException.h>
extern "Java"
{
namespace java
{
namespace nio
{
namespace channels
{
class IllegalSelectorException;
}
}
}
}
class java::nio::channels::IllegalSelectorException : public ::java::lang::IllegalArgumentException
{
public:
IllegalSelectorException();
private:
static const jlong serialVersionUID = -8406323347253320987LL;
public:
static ::java::lang::Class class$;
};
#endif // __java_nio_channels_IllegalSelectorException__