Revision: 44
Author: cwilper
Date: 2006-05-15 08:14:41 -0700 (Mon, 15 May 2006)
ViewCVS: http://svn.sourceforge.net/bvalid/?rev=44&view=rev
Log Message:
-----------
clarify re: multiple msgs
Modified Paths:
--------------
trunk/src/java/net/sf/bvalid/ValidationException.java
Modified: trunk/src/java/net/sf/bvalid/ValidationException.java
===================================================================
--- trunk/src/java/net/sf/bvalid/ValidationException.java 2006-05-15 15:12:11 UTC (rev 43)
+++ trunk/src/java/net/sf/bvalid/ValidationException.java 2006-05-15 15:14:41 UTC (rev 44)
@@ -3,6 +3,9 @@
/**
* Signals that validation failed.
*
+ * If there were multiple error messages, they'll be separated
+ * by newlines in the message.
+ *
* @author cw...@cs...
*/
public class ValidationException extends ValidatorException {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|