package org.thdl.quilldriver; public class SmartMoviePanelException extends Exception { public SmartMoviePanelException() { super(); } public SmartMoviePanelException(String msg) { super(msg); } }