skip to main | skip to sidebar

Kyle on Software

Kyle Blaney's thoughts on software development.

Sunday, October 25, 2009

How to write the best exception constructors

This post has been moved to http://kblaney.squarespace.com/software-blog/2009/10/25/how-to-write-the-best-exception-constructors.html.
Posted by Kyle Blaney at 7:49 PM No comments:
Labels: constructor, exception, Java
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

About Me

kblaney
View my complete profile

Kyle's Recommended Books

  • Effective Java by Joshua Bloch
  • Clean Code: A Handbook of Agile Software Craftsmanship by Robert Martin
  • Practices of an Agile Developer: Working in the Real World by Venkat Subramaniam and Andy Hunt
  • The Pragmatic Programmer: From Journeyman to Master by Andy Hunt and David Thomas
  • Facts and Fallacies of Software Engineering by Robert Glass
  • Ship It! A Practical Guide to Successful Software Projects by Jared Richardson and William Gwaltney Jr.
  • Code Complete by Steve McConnell
  • User Interface Design for Programmers by Joel Spolsky
  • Joel on Software by Joel Spolsky
  • Best Software Writing I selected by Joel Spolsky
  • Smart and Gets Things Done: Joel Spolsky's Concise Guide to Finding the Best Technical Talent by Joel Spolsky

Blog Archive

  • ►  2012 (1)
    • ►  July (1)
  • ▼  2009 (7)
    • ►  December (1)
    • ►  November (2)
    • ▼  October (1)
      • How to write the best exception constructors
    • ►  August (3)

Upcoming Blog Topics

  • How standardization stifles progress
  • False economies in software - hardware, hiring, and contractors
  • Testing methods that throw IllegalArgumentException
  • In-memory unit tests
  • Testing servlets in memory
  • Trusting Developers
  • Good Idea: Test classes that return instances
  • The Perils of New
  • Adding "throws Exception" to Test Methods
  • The Joys of Callable