InfoQ

Topic/Tag specific view

Exception Handling Content on InfoQ


Latest featured content about Exception Handling

Implementing Exceptions in SOA

Community
SOA
Topics
Debugging

In this InfoQ article, Boris Lublinsky highlights the problems with exception handling in SOA, and suggests a SOA-based solution: a logging service that accepts all logging requests, stores and forwards them to an exception resolution service, which is responsible for enforcing rules about exception resolution, a notification service, an exceptions/logging portal, and service management.

News about Exception Handling

Extended Rails Exception Monitoring with Exceptional and Hoptoad

Community
Ruby
Topics
Ruby on Rails,
SaaS

The Rails plugin ExceptionNotifier made Exception monitoring easy. Two companies (Exceptional and Hoptoad) extend this by providing a third party service that intercept exceptions and track them in a web interface. We talked to Eoghan McCabe from Exceptional and Matt Jankowski from Hoptoad.

Removing Checked Exceptions from Java

Community
Java
Topics
Design

Neal Gafter asked a question that many Java developers have asked themselves and each other: "would the language and platform be better off without checked exceptions?"