This class strongly resembles an Exception object but it is used differently. In this validation package, Faults are collected, not thrown. This allows an application to fully validate potentially complex user input, collect all the faults, and then provide complete guidance on any errors that may exist in the input. Contrast this to Exceptions, that can only be thrown one at a time and interrupt the flow of execution, forcing the user to correct and resubmit one error at a time until the input is completely validated. First,
@since 1.1
@author jbuhacoff
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.