You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by lu...@apache.org on 2005/01/14 13:23:32 UTC

cvs commit: jakarta-slide/src/stores/org/apache/slide/store/ojb/property PropertyHandlerException.java

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: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org