Similar Articles |
|
JavaWorld September 2001 Brian Goetz |
Exceptional practices, Part 2 A specific technique -- exception chaining -- that you can use to preserve important debugging information. Exception chaining is so useful and widely applicable that it has been added to the Throwable class in JDK 1.4 (Merlin)... |
JavaWorld August 2000 Gaurav Pal & Sonal Bansal |
Exceptions in Java: Nothing exceptional about them The judicious and proper use of the Java exception-handling mechanism can pay rich dividends by delivering quality code that works. In order to use the powerful error-handling features of Java, users must understand key issues that impact its design and implementation. |
JavaWorld October 3, 2003 Paul Philion |
Beware the dangers of generic Exceptions Java provides a rich exception-handling framework, but many programmers find it easier to ignore that richness and simply use generic Exceptions. This article explores the risks of throwing, catching, and ignoring generic Exceptions. |
JavaWorld March 2002 Jeff Friesen |
Exceptions to the programming rules, Part 1 Learn about exceptions and how to handle them in C, C++, and Java. Learning how to handle exceptions in various languages gives you an appreciation for why exception handling works the way it does in Java... |
JavaWorld December 2001 Brian Goetz |
Exceptional practices, Part 3 Exceptions provide a powerful mechanism for handling error conditions in Java programs. Part 3 covers message catalogs, a technique you can use to simplify the process of localizing your application for foreign markets. The use of message catalogs has additional benefits beyond localization -- they make it practical for documentation writers and human interface designers, rather than developers, to control the error messages. |
JavaWorld April 2002 Jeff Friesen |
Exceptions to the programming rules, Part 2 Learn about Java's exceptions class hierarchy, how to extend those classes, how to throw objects created from exception classes, how to catch thrown objects and handle the exceptions they represent, and how to clean your code... |
JavaWorld December 2001 Wm. Paul Rogers |
J2SE 1.4 premieres Java's assertion capabilities, Part 2 This installment discusses the methodology behind using assertions. Assertions are a valuable tool in assuring program correctness and should not be confused with the program robustness facilitated by Java's exception-handling process... |
JavaWorld December 2000 Brett McLaughlin |
Validation with Java and XML schema, Part 4 Taking validation beyond simple if-then-else structures, XML schemas can provide a better way to validate data in Java applications. You'll parse the XML schema, build up Java representations of the schema's constraints, and learn how to apply those constraints to data in an application... |
JavaWorld May 2000 Michael T. Nygard & Tracie Karsjens |
Test infect your Enterprise JavaBeans Software can never be tested sufficiently, and testing usually starts too late, particularly for J2EE applications. This article presents unit testing techniques and how to apply unit testing to Enterprise JavaBeans (EJBs). |
JavaWorld July 2002 Nelson Minar |
Test networked code the easy way Networked code proves difficult to test thoroughly because test suites work best as standalone processes unreliant on other servers. In this article, the author describes two techniques for unit testing network code. |
Wall Street & Technology March 1, 2004 |
Cost of Exceptions Drops The cost of exceptions has dropped 30% in the last 12 months, according to a recent study by SunGard eProcess Intelligence. Why the drop? Because more financial-services firms have automated their exception-management processes. |
JavaWorld March 2003 |
Letters to the Editor How do you handle failover in a Java Message Service (JMS) system? When is it safe not to declare a static field volatile in a threaded application? Is there synchronization hidden inside Struts? JavaWorld authors answer these questions and more in this month's Letters. |
Bank Technology News October 2010 John Adams |
Zions Works to Speed Exceptions The bank will use an image-enabled exceptions application from Fiserv in an effort identify exceptions earlier. |
OCC Bulletin January 2, 2004 |
Bank Secrecy Act/Anti-Money Laundering (BSA/AML) Notice of expiration of conditional exception to BSA regulations related to order for transmittals of funds by financial institutions |
Financial Planning July 1, 2009 Ed Slott |
Rare Victory The U.S. Tax Court ruled recently that a 72(t) payment plan was not modified when the IRA holder took an additional distribution for education. This decision may give IRA owners some much-needed flexibility if they need more funds for certain purposes. |
Bank Systems & Technology January 11, 2007 Peggy Bresnick Kendler |
Reconciliation, Investigations and Exceptions Management Take Center Stage Effective exceptions management and reconciliation can improve transaction speed, cut costs, reduce risk and improve customer satisfaction. But banks first must break down payments processing silos to gain visibility into the transaction life cycle. |