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

Gavin King gavin.king at jboss.com
Tue May 29 23:48:12 EDT 2007


  User: gavin   
  Date: 07/05/29 23:48:12

  Modified:    src/main/org/jboss/seam/core  Exceptions.java
  Log:
  exception handler events
  
  Revision  Changes    Path
  1.41      +1 -0      jboss-seam/src/main/org/jboss/seam/core/Exceptions.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Exceptions.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Exceptions.java,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -b -r1.40 -r1.41
  --- Exceptions.java	30 May 2007 03:33:37 -0000	1.40
  +++ Exceptions.java	30 May 2007 03:48:12 -0000	1.41
  @@ -78,6 +78,7 @@
                  }
                  eh.handle(cause);
                  Events.instance().raiseEvent("org.jboss.seam.exceptionHandled." + cause.getClass().getName(), cause);
  +               Events.instance().raiseEvent("org.jboss.seam.exceptionHandled", cause);
                  return;
               }
            }
  
  
  



More information about the jboss-cvs-commits mailing list