public interface IDateParseExceptionListener
| Modifier and Type | Method and Description |
|---|---|
void |
parseExceptionThrown(CalendarDateParseException dateParseException)
This is notified when there is a
CalendarDateParseException thrown in the CalendarCombo due
to a bad date. |
void parseExceptionThrown(CalendarDateParseException dateParseException)
CalendarDateParseException thrown in the CalendarCombo due
to a bad date.dateParseException - CalendarDateParseException that is thrown.