Map
Index
Random
Help
th

Quote: use checked exceptions for multiple, necessary exceptions that allow recovery

QuoteRef: blocJ_2001 , p. 174



Group:
exception handling
Topic:
exception handling by recovery block or rescue clause

Quotation Skeleton

Item 41: Avoid unnecessary use of checked exceptions … Unlike return codes, [checked exceptions] force the programmer to … [This] burden is justified if the exceptional condition … take some useful action once confronted with the … As a litmus test, ask yourself how the … [A rethrown exception is worthless. Be particularly careful of methods that only throw one checked exception.]   Google-1   Google-2

Copyright clearance needed for quotation.


Related Topics up

Group: exception handling   (12 topics, 314 quotes)
Topic: exception handling by recovery block or rescue clause (22 items)

Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.