Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14208 - The data in a JadeEditMask control is incomplete

14208   The data in a JadeEditMask control is incomplete

Cause

This error occurs when you attempt to retrieve the value of the text in a JadeEditMask control converted to a specific type and the text is incomplete; for example, if you call the getTextAsTime method of the JadeEditMask class and the hours or minutes part of the text is empty.

Action

Change your logic to check whether the text is valid according to the edit mask by calling the isValid method of the JadeEditMask class.