Skip to main content

Timeline for Custom Exception Handling in Java

Current License: CC BY-SA 2.5

4 events
when toggle format what by license comment
Oct 16, 2010 at 23:06 history edited casablanca CC BY-SA 2.5
added 579 characters in body
Oct 16, 2010 at 22:59 comment added casablanca @andersoj: I see what you mean; that is more rightly termed "exception chaining", which is quite unrelated to "constructor chaining".
Oct 16, 2010 at 22:52 comment added andersoj The chaining here takes advantage of the "special" chaining behavior of exceptions (the point I was making on John's earlier post) so that the underlying condition is not lost, and is displayed in the stack trace if this propagates out, and is available using the getCause() method or whatever...
Oct 16, 2010 at 22:32 history answered casablanca CC BY-SA 2.5