mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
39 lines
907 B
C
39 lines
907 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __java_awt_print_PrinterIOException__
|
||
|
#define __java_awt_print_PrinterIOException__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/awt/print/PrinterException.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace java
|
||
|
{
|
||
|
namespace awt
|
||
|
{
|
||
|
namespace print
|
||
|
{
|
||
|
class PrinterIOException;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class java::awt::print::PrinterIOException : public ::java::awt::print::PrinterException
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
PrinterIOException(::java::io::IOException *);
|
||
|
virtual ::java::io::IOException * getIOException();
|
||
|
virtual ::java::lang::Throwable * getCause();
|
||
|
private:
|
||
|
static const jlong serialVersionUID = 5850870712125932846LL;
|
||
|
::java::io::IOException * __attribute__((aligned(__alignof__( ::java::awt::print::PrinterException)))) mException;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __java_awt_print_PrinterIOException__
|