s schumann: Problem mit Exception Throw

Beitrag lesen

public void process(...)
     throws NodeException, IOException, PrinterException
     {....}
wenn ich das compilieren will, bekomme ich folgende Fehlermeldung:

in GlueTablesPrint cannot implement
process(...)
in com.kensingtonspace.sdk.node;
overriden method does not throw javax.print.PrintException

Du implementierst process(), die vermutlich eine andere Signatur benötigt. Zum Beispiel könnte ich mir vorstellen, daß eine javax.print.PrintException geworfen werden muß.