* @license http://www.gnu.org/licenses/gpl.html GNU General Public License (GPL) * @package PEL */ /** * An exception thrown when an invalid window is encountered. * * @package PEL * @subpackage Exception */ class PelDataWindowWindowException extends PelException { }