Changeset 689
- Timestamp:
- 03/19/09 15:37:54 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/openpackaging/exceptions/Docx4JException.java
r9 r689 46 46 super(msg, e); 47 47 } 48 49 public Docx4JException(String msg, Throwable t) { 50 super(msg, t); 51 } 48 52 49 53 }
Note: See TracChangeset
for help on using the changeset viewer.
