Summary |
0005682: Script editor doesn't always show error message when validation fails for Java code |
|
Revision |
2023-02-02 19:43 by emiller |
|
Description |
When validating Java code via the script editor, sometimes the validation will fail but it will not display a message. Make sure that it displays a message if one is included in the exception that is thrown and caught. |
|
Revision |
2023-02-02 19:44 by emiller |
|
Description |
When validating Java code via the script editor, sometimes the validation will fail but it will not display an error message. Make sure that it displays the error message if one is included in the exception that is thrown and caught. |