try {
            date = df.parse(value);
        } catch (ParseException ex) {
            throw showCustomError(new WrongValueException(this, MZul.DATE_REQUIRED, new Object[] { value, fmt }));
        }