
be.looorent.anpr.WiegandException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of anpr-wiegand Show documentation
Show all versions of anpr-wiegand Show documentation
Formats license plates to Wiegand formats
The newest version!
package be.looorent.anpr;
/**
* @author Lorent Lempereur
*/
public class WiegandException extends RuntimeException {
WiegandException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy