package citation.print; public class PrinterException extends Exception { public PrinterException(String aMsg) { super(aMsg); } }