Content deleted Content added
No edit summary |
copy edit and clarify |
||
Line 1:
'''Exception chaining''',
Throwing the right kind of exceptions is particularily enforced by [[exception handling#Checked exceptions|checked exceptions]] in the [[Java programming language]], and starting with language version 1.4 all exceptions support chaining.
[http://www.javaworld.com/javaworld/jw-09-2001/jw-0914-exceptions.html '''Exceptional practices''' by Brian Goetz at javaworld.com]▼
== References ==
▲* [http://www.javaworld.com/javaworld/jw-09-2001/jw-0914-exceptions.html
[[Category:Software design patterns]]
|