On Wed, 31 Jul 2024 18:32:32 GMT, Phil Race <p...@openjdk.org> wrote:

>> src/java.desktop/macosx/classes/sun/lwawt/macosx/CPrinterJob.java line 375:
>> 
>>> 373:                         printLoop(true, firstPage, lastPage);
>>> 374:                     } catch (PrinterAbortException pex) {
>>> 375:                         throw new 
>>> PrinterAbortException(pex.getMessage());
>> 
>> Why not re-throw the original exception ?
>
> Did you miss this question ?

oh NM, this comments view doesn't show that it was fixed.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/20027#discussion_r1698943527

Reply via email to