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