Changeset 1520 for trunk/applications/NXvalidate/src/org/nexusformat/nxvalidate/exceptions/NXvalidateException.java
- Timestamp:
- 02/09/10 18:26:36 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/NXvalidate/src/org/nexusformat/nxvalidate/exceptions/NXvalidateException.java
r1512 r1520 47 47 super(msg); 48 48 } 49 50 public NXvalidateException(String msg, Throwable cause) { 51 super(msg,cause); 52 } 53 54 public NXvalidateException(Throwable cause) { 55 super(cause); 56 } 57 49 58 }
Note: See TracChangeset
for help on using the changeset viewer.
