mariarahat / bungeni-editor

Automatically exported from code.google.com/p/bungeni-editor
2 stars 0 forks source link

Unhandled exceptions in the translator #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the translator encounters an unhandled exception, it simply bails out and 
exits without 
reporting errors.

To DO:

Add a finally{} block to OATranslate to capture the error log regardless of 
exceptions

Original issue reported on code.google.com by ashok.ha...@gmail.com on 22 Jul 2009 at 6:36

GoogleCodeExporter commented 9 years ago
Currently the translator throws all exceptions up the parent stack.

Localized error handling is only for mandatory exceptions and not for runtime 
exceptions.

Original comment by ashok.ha...@gmail.com on 22 Jul 2009 at 6:44

GoogleCodeExporter commented 9 years ago

Original comment by ashok.ha...@gmail.com on 22 Jul 2009 at 8:17