krysalis-version/src/java/org/krysalis/version/constraint/exception ConstraintException.java,1.1,1.2

[email protected]
Newsgroups gmane.comp.krysalis.sandbox
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/krysalis-version/src/java/org/krysalis/version/constraint/exception
In directory sc8-pr-cvs1:/tmp/cvs-serv11553/src/java/org/krysalis/version/constraint/exception

Modified Files:
	ConstraintException.java 
Log Message:
Docs

Index: ConstraintException.java
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-version/src/java/org/krysalis/version/constraint/exception/ConstraintException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ConstraintException.java	3 Feb 2003 07:28:33 -0000	1.1
--- ConstraintException.java	17 Feb 2003 06:27:27 -0000	1.2
***************
*** 78,82 ****
       * @param message
       */
!     public ConstraintException(Constraint constraint, String message) {
          super(message);
  
--- 78,82 ----
       * @param message
       */
!     public ConstraintException(String message, Constraint constraint) {
          super(message);
  
***************
*** 90,95 ****
       */
      public ConstraintException(
-         Constraint constraint,
          String message,
          Throwable cause) {
          super(message, cause);
--- 90,95 ----
       */
      public ConstraintException(
          String message,
+         Constraint constraint,
          Throwable cause) {
          super(message, cause);




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.