Re: Validate method with logging

2011-09-11 Thread Henri Yandell
Nope. Primarily because Lang doesn't take dependencies on anything but the JDK. Hen On Thu, Sep 8, 2011 at 3:58 AM, jeff mutonho linuxedhum...@gmail.com wrote: Hi Is there an argument validate method in the lang package that one can override not to throw a NullPointerException (NPE) after

Validate method with logging

2011-09-08 Thread jeff mutonho
Hi Is there an argument validate method in the lang package that one can override not to throw a NullPointerException (NPE) after validating a null argument, and rather log the NPE using org.apache.log4j.Logger? Thanks