![JAR search and dependency download from the Maven repository](/logo.png)
fr.w3blog.zpl.model.ZebraPrintException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zebra-zpl Show documentation
Show all versions of zebra-zpl Show documentation
Java Api for Zepra Zpl generator
package fr.w3blog.zpl.model;
/**
* Exception throwed when Socket communication with printer failed
*
* @author ttropard
*
*/
public class ZebraPrintException extends Exception {
/**
* Default Constructor
*
* @param message
* message
*/
public ZebraPrintException(String message, Throwable t) {
super(message, t);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy