Error Handling

Level Description
Level 0 Only codes the happy case
Level 1 Basic error handling around code that can throw exceptions/generate errors
Level 2 Ensures that error/exceptions leave program in good state, resources, connections and memory is all cleaned up properly
Level 3 Codes to detect possible exception before, maintain consistent exception handling strategy in all layers of code, come up with guidelines on exception handling for entire system.

Resources

  • Test item