// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __java_awt_print_PrinterException__ #define __java_awt_print_PrinterException__ #pragma interface #include extern "Java" { namespace java { namespace awt { namespace print { class PrinterException; } } } } class java::awt::print::PrinterException : public ::java::lang::Exception { public: PrinterException(); PrinterException(::java::lang::String *); private: static const jlong serialVersionUID = -3757589981158265819LL; public: static ::java::lang::Class class$; }; #endif // __java_awt_print_PrinterException__