Exception for handling validation failures. As the API should not be modified for the handling of this exception, it is a RuntimeException. To make use of this exception it can be thrown on validation errors within {@link IDataValidator#validate(int,int,Object)}. The handling of this exception is done within {@link AbstractCellEditor} where the message isstored and showed within a dialog on trying to commit.
@author Dirk Fauth
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.