luetzkendorf    2005/01/14 04:23:32

  Modified:    src/stores/org/apache/slide/store/ojb/property
                        PropertyHandlerException.java
  Log:
  ctor Exception(Throable) not supported in Java 1.3
  
  Revision  Changes    Path
  1.2       +6 -4      
jakarta-slide/src/stores/org/apache/slide/store/ojb/property/PropertyHandlerException.java
  
  Index: PropertyHandlerException.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/stores/org/apache/slide/store/ojb/property/PropertyHandlerException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PropertyHandlerException.java     2 Jan 2005 20:25:54 -0000       1.1
  +++ PropertyHandlerException.java     14 Jan 2005 12:23:32 -0000      1.2
  @@ -22,10 +22,12 @@
    */
   package org.apache.slide.store.ojb.property;
   
  +import org.apache.commons.lang.exception.NestableException;
  +
   /**
    * Indicates a problem handling the value of a property.
    */
  -public class PropertyHandlerException extends Exception {
  +public class PropertyHandlerException extends NestableException {
       
       public PropertyHandlerException(String message) {
           super(message);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to