- Timestamp:
- 01/09/10 18:15:02 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/openpackaging/exceptions/InvalidFormatException.java
r9 r1004 35 35 super(message); 36 36 } 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 37 46 }
Note: See TracChangeset
for help on using the changeset viewer.
