org.bidib.wizard.dmx.client.controller.InvalidDataException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bidibwizard-dmx-client Show documentation
Show all versions of bidibwizard-dmx-client Show documentation
jBiDiB BiDiB Wizard DMX client POM
The newest version!
package org.bidib.wizard.dmx.client.controller;
public class InvalidDataException extends RuntimeException {
private static final long serialVersionUID = 1L;
public InvalidDataException(String message) {
super(message);
}
}