#459 closed enhancement (done)
Global try/catch to show at least a general error message for all unhandled exceptions
Reported by: | swagner | Owned by: | swagner |
---|---|---|---|
Priority: | lowest | Milestone: | HeuristicLab 3.3.0 |
Component: | General | Version: | 3.2 |
Keywords: | Cc: |
Description
In order to show at least some error message for all unhandled exceptions, a global try/catch block should be added in the main application.
Change History (5)
comment:1 Changed 16 years ago by swagner
- Status changed from new to assigned
comment:2 Changed 16 years ago by swagner
- Resolution set to fixed
- Status changed from assigned to closed
comment:3 Changed 16 years ago by swagner
- Milestone changed from 3.2 to Iteration 0
Milestone 3.2 deleted
comment:4 Changed 14 years ago by swagner
- Milestone changed from Iteration 0 to Current
Milestone Iteration 0 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Did a quick fix in r1107 by copying and using the static methods for error message formatting from HeuristicLab.Core.Auxiliary. For now, this should do it. However, in general a clean and good concept for error handling has to be developed at some time in the future.