Shared Tutorials New
Website Development
2D & 3D Graphics
Audio & Video Editing
Databases
Desktop Programming
Operating Systems
Business Applications
Miscellaneous
Selected Reading
© 2011 TutorialsPoint.COM
|
Shared Tutorials Directory
Tutorials Shared by the Community
-
The exception chaining terminology may be new to a few Java developers of Enterprise Java Applications but we all have seen chained exceptions at some
http://extreme-java.blogspot.com/2011/03/java-chained-exceptions.html
Tutorial Statistics
I have seen many sources on the internet before posting this article and no article brings out the main point to remember about exception chaining. The most important thing to remember about Exception chaining is that we need to use the constructor of the exception classes which accepts a parameter of type Throwable so that it can keep a reference to the exception which was the cause of this exception. More detail...
|
|
|