All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.qsy7.print.providers.java.NoPrinterSelectedException Maven / Gradle / Ivy

There is a newer version: 0.3.4
Show newest version
package io.github.qsy7.print.providers.java;

public class NoPrinterSelectedException extends RuntimeException {
  public NoPrinterSelectedException(String s) {
    super(s);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy