Logging and exception handling are like two peas in a pod. When a problem happens in your Java code, that typically means you have an exception that needs to be ...
I have recently read and heard about situations in which Flex error handling is misunderstood. In this blog entry, I’ll attempt to demonstrate, with a simple ...
Java 7 adds a new exception class called ReflectiveOperationException. The Javadoc documentation describes this class as a “Common superclass of exceptions thrown by reflective operations in core ...
While Java is one of the most in-demand and widely used programming languages in the world, it is not without its detractors. Java is not a particularly beginner-friendly language and it is rife with ...