Ticket #511 (closed defect: fixed)
Modify exception handling to conform to our policies
| Reported by: | prock | Owned by: | FIFE |
|---|---|---|---|
| Priority: | low | Milestone: | 0.3.3 |
| Component: | engine/core/util | Version: | trunk |
| Severity: | minor | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Time planned: | ||
| Time remaining: | Time spent: |
Description
Modify ALL of FIFE's code to conform to these exception policies.
When in doubt prefer outputting to a log file and recover from the situation.
Note: See
TracTickets for help on using
tickets.

(In [3516]) * Modified FIFE::Exception to derive from std::runtime_error refs #511