Changeset 1511 for trunk/applications/NXvalidate/src/org/nexusformat/nxvalidate/exceptions/NXvalidateException.java
- Timestamp:
- 19/08/10 15:26:00 (21 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/NXvalidate/src/org/nexusformat/nxvalidate/exceptions/NXvalidateException.java
r1510 r1511 31 31 * @author Stephen Rankin 32 32 */ 33 public class NX ConvertpyException extends Exception {33 public class NXvalidateException extends Exception { 34 34 35 35 /** 36 * Creates a new instance of <code>NX ConvertpyException</code> without detail message.36 * Creates a new instance of <code>NXvalidateException</code> without detail message. 37 37 */ 38 public NX ConvertpyException() {38 public NXvalidateException() { 39 39 } 40 40 41 41 42 42 /** 43 * Constructs an instance of <code>NX ConvertpyException</code> with the specified detail message.43 * Constructs an instance of <code>NXvalidateException</code> with the specified detail message. 44 44 * @param msg the detail message. 45 45 */ 46 public NX ConvertpyException(String msg) {46 public NXvalidateException(String msg) { 47 47 super(msg); 48 48 }
Note: See TracChangeset
for help on using the changeset viewer.
