Ignore:
Timestamp:
01/09/10 18:15:02 (2 years ago)
Author:
jharrop
Message:

Remove dom4j stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/exceptions/InvalidFormatException.java

    r9 r1004  
    3535                super(message); 
    3636        } 
     37         
     38        public InvalidFormatException(String msg, Exception e) { 
     39                super(msg, e); 
     40        } 
     41 
     42        public InvalidFormatException(String msg, Throwable t) { 
     43                super(msg, t); 
     44        } 
     45         
    3746} 
Note: See TracChangeset for help on using the changeset viewer.