Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception is not captured #91

Open
renanzdm opened this issue Oct 14, 2024 · 0 comments
Open

Exception is not captured #91

renanzdm opened this issue Oct 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@renanzdm
Copy link

out. 14, 2024 11:18:43 AM com.github.anastaciocintra.output.PrinterOutputStream lambda$new$0
SEVERE: javax.print.PrintException: Printer is not accepting job.
java.lang.RuntimeException: javax.print.PrintException: Printer is not accepting job.
at com.github.anastaciocintra.output.PrinterOutputStream.lambda$new$1(PrinterOutputStream.java:62)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: javax.print.PrintException: Printer is not accepting job.
at java.desktop/sun.print.Win32PrintJob.print(Win32PrintJob.java:320)
at com.github.anastaciocintra.output.PrinterOutputStream.lambda$new$1(PrinterOutputStream.java:60)
... 1 more

@renanzdm renanzdm added the bug Something isn't working label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant