You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2003/08/31 02:49:59 UTC

cvs commit: db-ojb/src/java/org/apache/ojb/broker/util/factory ConfigurableFactory.java

arminw      2003/08/30 17:49:59

  Modified:    src/java/org/apache/ojb/broker/util/factory
                        ConfigurableFactory.java
  Log:
  remove unused 'catch(..)'
  
  Revision  Changes    Path
  1.11      +0 -6      db-ojb/src/java/org/apache/ojb/broker/util/factory/ConfigurableFactory.java
  
  Index: ConfigurableFactory.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/util/factory/ConfigurableFactory.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ConfigurableFactory.java	8 May 2003 14:53:49 -0000	1.10
  +++ ConfigurableFactory.java	31 Aug 2003 00:49:59 -0000	1.11
  @@ -148,12 +148,6 @@
               return result;
   
           }
  -        catch (ClassNotFoundException e)
  -        {
  -            getLogger().error("ConfigurableFactory can't found class " +
  -                    getClassToServe() + buildArgumentString(types, args), e);
  -            throw new PersistenceBrokerException(e);
  -        }
           catch (InstantiationException e)
           {
               getLogger().error("ConfigurableFactory can't instantiate class " +
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org