Error Messages

Properties::Settings::


The check box is checked by default.

Check box to set the display toggle settings for messages related to errors that occur during application execution.

ASTER::Properties::Settings::Force Popup Err Messages
If The Check is On, the function to suspend processing and display error messages by a pop-up window when an error or exception occurs is enabled.
show the Error Message window
Here is an example of an actual message window. If the check box is unchecked, the message window will not be displayed.

Some messages are forced to be displayed in the event of an error.

Mainly, REGEX-related errors can be toggled via settings from the properties. However, fatal errors related to parameter transmission are forcibly displayed.


Syntax Errors

The user-input REGEX is processed correctly if there are no syntax errors. However, mistakes are common, and in many cases, it is only after triggering exceptions or errors that you can determine whether there are syntax errors in the actual environment. Therefore, some trial and error is initially required.

The ability to display errors that occur during development is an important debugging feature, even if the syntax has already been verified in advance using external tools.

Details

If you don’t prefer pop-up windows interrupting the process, you can turn off the checkbox to hide the message. REGEX Syntax Errors can be caught as events using the Event Detection feature, allowing you to handle errors in CF25.

  • Default settings are recommended during application development.

  • This checkbox setting also partially addresses non-regular expression errors and exceptions.