PrinterLowLevelException Class Reference
Printer low level exception. More...
Inheritance diagram for PrinterLowLevelException:

Public Member Functions | |
| PrinterLowLevelException () | |
| PrinterLowLevelException (String message) | |
| PrinterLowLevelException (String message, Throwable cause) | |
Detailed Description
This kind of exceptions are thrown when service returns an error code. For example, trying to print a non existant image will throw a PrinterLowLevelException indicating the file cannot be found.
Constructor & Destructor Documentation
Constructor
| PrinterLowLevelException | ( | String | message | ) |
Constructor
- Parameters
-
message exception message
| PrinterLowLevelException | ( | String | message, |
| Throwable | cause | ||
| ) |
Constructor
- Parameters
-
message exception message cause cause
