Re: RFR: 8262731: [macOS] Exception from "Printable.print" is swallowed during "PrinterJob.print" [v4]

2021-06-11 Thread Phil Race
On Fri, 11 Jun 2021 17:06:24 GMT, Anton Litvinov wrote: >> Hello, >> >> Could you please review the following fix for the bug specific to macOS. The >> bug consists in the fact that if the method >> "java.awt.print.Printable.print​(Graphics, PageFormat, int)" throws >> "java.awt.print.Printer

Re: RFR: 8262731: [macOS] Exception from "Printable.print" is swallowed during "PrinterJob.print" [v4]

2021-06-11 Thread Anton Litvinov
On Fri, 11 Jun 2021 17:06:24 GMT, Anton Litvinov wrote: >> Hello, >> >> Could you please review the following fix for the bug specific to macOS. The >> bug consists in the fact that if the method >> "java.awt.print.Printable.print​(Graphics, PageFormat, int)" throws >> "java.awt.print.Printer

Re: RFR: 8262731: [macOS] Exception from "Printable.print" is swallowed during "PrinterJob.print" [v4]

2021-06-11 Thread Anton Litvinov
> Hello, > > Could you please review the following fix for the bug specific to macOS. The > bug consists in the fact that if the method > "java.awt.print.Printable.print​(Graphics, PageFormat, int)" throws > "java.awt.print.PrinterException" or "java.lang.RuntimeException" during the > call "j