Skip to content

Instantly share code, notes, and snippets.

@zarinfam
Created July 29, 2019 07:57
Show Gist options
  • Save zarinfam/b0a74326a70236eaaf978f42a4265423 to your computer and use it in GitHub Desktop.
Save zarinfam/b0a74326a70236eaaf978f42a4265423 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
public void handlePrinting(String text) {
try {
printText(text);
} catch (PrintingException e) {
// handle the exception and decide what to do
// retry or show an error message and ...
return;
}
// successful printing and ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment