public class NonNumericYearException extends MovieException { public NonNumericYearException(String data) { super("Non Numeric Year", data); } }