mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
36 lines
675 B
C++
36 lines
675 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_javax_imageio_jpeg_JPEGMarkerFoundException__
|
|
#define __gnu_javax_imageio_jpeg_JPEGMarkerFoundException__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/io/IOException.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace imageio
|
|
{
|
|
namespace jpeg
|
|
{
|
|
class JPEGMarkerFoundException;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::javax::imageio::jpeg::JPEGMarkerFoundException : public ::java::io::IOException
|
|
{
|
|
|
|
public:
|
|
JPEGMarkerFoundException();
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_javax_imageio_jpeg_JPEGMarkerFoundException__
|