You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by pb...@apache.org on 2002/10/02 09:12:29 UTC

cvs commit: xml-fop/src/org/apache/fop/fo/expr DataTypeNotImplementedException.java FunctionNotImplementedException.java PropertyNotImplementedException.java

pbwest      2002/10/02 00:12:29

  Modified:    src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design
                        DataTypeNotImplementedException.java
                        FunctionNotImplementedException.java
                        PropertyNotImplementedException.java
  Log:
  Added constructor with Throwable.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +6 -2      xml-fop/src/org/apache/fop/fo/expr/Attic/DataTypeNotImplementedException.java
  
  Index: DataTypeNotImplementedException.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/expr/Attic/DataTypeNotImplementedException.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- DataTypeNotImplementedException.java	25 Jun 2002 13:37:32 -0000	1.1.2.2
  +++ DataTypeNotImplementedException.java	2 Oct 2002 07:12:28 -0000	1.1.2.3
  @@ -15,4 +15,8 @@
           super(detail);
       }
   
  +    public DataTypeNotImplementedException(Throwable e) {
  +        super(e);
  +    }
  +
   }
  
  
  
  1.1.2.3   +6 -2      xml-fop/src/org/apache/fop/fo/expr/Attic/FunctionNotImplementedException.java
  
  Index: FunctionNotImplementedException.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/expr/Attic/FunctionNotImplementedException.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FunctionNotImplementedException.java	25 Jun 2002 13:37:32 -0000	1.1.2.2
  +++ FunctionNotImplementedException.java	2 Oct 2002 07:12:28 -0000	1.1.2.3
  @@ -15,4 +15,8 @@
           super(detail);
       }
   
  +    public FunctionNotImplementedException(Throwable e) {
  +        super(e);
  +    }
  +
   }
  
  
  
  1.1.2.4   +6 -2      xml-fop/src/org/apache/fop/fo/expr/Attic/PropertyNotImplementedException.java
  
  Index: PropertyNotImplementedException.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/expr/Attic/PropertyNotImplementedException.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- PropertyNotImplementedException.java	2 Jul 2002 17:00:22 -0000	1.1.2.3
  +++ PropertyNotImplementedException.java	2 Oct 2002 07:12:28 -0000	1.1.2.4
  @@ -15,4 +15,8 @@
           super(detail);
       }
   
  +    public PropertyNotImplementedException(Throwable e) {
  +        super(e);
  +    }
  +
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org