/* * This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * --------------------------- * NoDataException.java * --------------------------- * (C) Copyright 2002-2004, by Richard Atkinson. * * Original Author: Richard Atkinson; */ package org.jfree.chart.demo.servlet; public class NoDataException extends Exception { public NoDataException() { super(); } }