mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 18:53:22 +00:00
36 lines
620 B
C++
36 lines
620 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_javax_imageio_png_PNGException__
|
|
#define __gnu_javax_imageio_png_PNGException__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/io/IOException.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace imageio
|
|
{
|
|
namespace png
|
|
{
|
|
class PNGException;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::javax::imageio::png::PNGException : public ::java::io::IOException
|
|
{
|
|
|
|
public:
|
|
PNGException(::java::lang::String *);
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_javax_imageio_png_PNGException__
|