Package com.zebra.sdk.printer
Class ZebraPrinterLanguageUnknownException
- All Implemented Interfaces:
Serializable
Signals that an error has occurred when determining the printer language.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aZebraPrinterLanguageUnknownExceptionwithmessageas the detailed error message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ZebraPrinterLanguageUnknownException
Constructs aZebraPrinterLanguageUnknownExceptionwithmessageas the detailed error message- Parameters:
message- the error message
-