package dr.app.gui.chart; /** * @author Andrew Rambaut * @author Alexei Drummond * @version $Id$ */ public class ChartRuntimeException extends RuntimeException { public ChartRuntimeException(String message) { super(message); } }