Goodreads helps you keep track of books you want to read.
Start by marking “Java Exception Handling” as Want to Read:
Java Exception Handling
by
Jakob Jenkov
Based on Java 7.
Exception handling is an aspect of Java development that has not received as much attention as
it deserves. If you do not have exception handling under control, you risk that your application
or data ends up in an unhealthy state, which can have serious consequences. Therefore,
knowing how to implement proper exception handling is a must for every Java deve ...more
Exception handling is an aspect of Java development that has not received as much attention as
it deserves. If you do not have exception handling under control, you risk that your application
or data ends up in an unhealthy state, which can have serious consequences. Therefore,
knowing how to implement proper exception handling is a must for every Java deve ...more
Kindle Edition, 174 pages
Published
February 14th 2013
by Jenkov Aps
Friend Reviews
To see what your friends thought of this book,
please sign up.
Reader Q&A
To ask other readers questions about
Java Exception Handling,
please sign up.
Be the first to ask a question about Java Exception Handling
This book is not yet featured on Listopia.
Add this book to your favorite list »
Community Reviews
(showing 1-30 of 44)
This book explains the template design pattern on exceptions and resource handling use cases to the required details.An entire book on exception handing is really exciting.It is a must read for beginners and intermediate level.The thoretical explanations could have been more concise and less repititive.I would have liked the book to expound more on logging levels which is closely related to exception handling.I would urge the writter to come up with the sequel on exception handling in OSGI ,JAX
...more
If this book had 30 pages I would say great booklet, but in over 115 pages I have found a lot of fluff. Some information is quite useful most are authors views on how logging or exeption should be implemented in too verbose way.
some useful quotations:
Exception wrapping is often used if you cannot rethrow the original exception. For instance, if your method does not declare that it throws exceptions of the caught type. This could be the case if your method is an implementation of an interface met ...more
some useful quotations:
Exception wrapping is often used if you cannot rethrow the original exception. For instance, if your method does not declare that it throws exceptions of the caught type. This could be the case if your method is an implementation of an interface met ...more
There are no discussion topics on this book yet.
Be the first to start one »



















