Changes between Initial Version and Version 1 of Ticket #169
- Timestamp:
- 10/20/08 13:33:26 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #169 – Description
initial v1 1 When an error occurs in a driving agent (might be as simple as a compilation error due to incorrect syntax -- or something more dynamically) a standard exception handler message box pops up. That message box is fine for internal JaCaVi errors (which are really bugs that need to be fixed), but shouldn't be used for driving agent exceptions which can be 'expected' during the development of a driving agent.1 When an error occurs in a driving agent (might be as simple as a compilation error due to incorrect syntax -- or something more dynamically) a standard exception handler message box pops up. That message box is fine for internal JaCaVi errors (which are really just bugs that need to be fixed), but shouldn't be used for driving agent exceptions which can be 'expected' during the development of a driving agent. 2 2 3 3 A more sophisticated way of displaying those errors needs to be discussed and implemented.