[jboss-cvs] jboss-seam/src/main/org/jboss/seam/util ...

Gavin King gavin.king at jboss.com
Fri Jul 21 15:08:43 EDT 2006


  User: gavin   
  Date: 06/07/21 15:08:43

  Modified:    src/main/org/jboss/seam/util  Reflections.java
  Log:
  more info
  
  Revision  Changes    Path
  1.7       +3 -2      jboss-seam/src/main/org/jboss/seam/util/Reflections.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Reflections.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/util/Reflections.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- Reflections.java	21 Jul 2006 18:56:07 -0000	1.6
  +++ Reflections.java	21 Jul 2006 19:08:43 -0000	1.7
  @@ -1,4 +1,4 @@
  -//$Id: Reflections.java,v 1.6 2006/07/21 18:56:07 gavin Exp $
  +//$Id: Reflections.java,v 1.7 2006/07/21 19:08:43 gavin Exp $
   package org.jboss.seam.util;
   
   import java.beans.Introspector;
  @@ -19,7 +19,8 @@
         {
            throw new IllegalArgumentException( 
                  "Could not invoke method by reflection: " + toString(method) + 
  -               " with parameters: (" + Strings.toClassNameString(", ", args) + ')', 
  +               " with parameters: (" + Strings.toClassNameString(", ", args) + ')' +
  +               " on: " + target.getClass().getName(), 
                  iae
               );
         }
  
  
  



More information about the jboss-cvs-commits mailing list