SimpleDateFormat error with year

Iam using SimpleDateFormat to parse the string and validate the date. But I am not able to validate the year even if I am passing the wrong year. This is my code: Date settlementDate = null; Stri...