mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 01:50:38 +00:00
36 lines
634 B
C++
36 lines
634 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_javax_imageio_bmp_BMPException__
|
|
#define __gnu_javax_imageio_bmp_BMPException__
|
|
|
|
#pragma interface
|
|
|
|
#include <javax/imageio/IIOException.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace imageio
|
|
{
|
|
namespace bmp
|
|
{
|
|
class BMPException;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::javax::imageio::bmp::BMPException : public ::javax::imageio::IIOException
|
|
{
|
|
|
|
public:
|
|
BMPException(::java::lang::String *);
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_javax_imageio_bmp_BMPException__
|