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

Gavin King gavin.king at jboss.com
Tue May 29 23:21:04 EDT 2007


  User: gavin   
  Date: 07/05/29 23:21:04

  Modified:    src/main/org/jboss/seam/core  Exceptions.java
  Log:
  JBSEAM-1284
  
  Revision  Changes    Path
  1.39      +5 -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.38
  retrieving revision 1.39
  diff -u -b -r1.38 -r1.39
  --- Exceptions.java	10 Mar 2007 16:30:56 -0000	1.38
  +++ Exceptions.java	30 May 2007 03:21:04 -0000	1.39
  @@ -160,6 +160,11 @@
         return null;
      }
   
  +   public void addHandler(ExceptionHandler handler)
  +   {
  +      exceptionHandlers.add(handler);
  +   }
  +
      public static Exceptions instance()
      {
         if ( !Contexts.isApplicationContextActive() )
  
  
  



More information about the jboss-cvs-commits mailing list