public class InvalidYearRangeException extends MovieException { public InvalidYearRangeException(String data) { super("Year Out Of Range", data); } }