Viewing file: comp249/assignment3/InvalidYearRangeException.java | Back to directory listing
Author: Loren Segal | Last modified: February 21 2006 12:00 am | Download
publicclass InvalidYearRangeException extends MovieException
{public InvalidYearRangeException(String data){
super("Year Out Of Range", data);
}}
Powered by GeSHi Syntax Highlighting software.
Author of all (other) material unless otherwise specified: Loren Segal. Copyright 2005.