Ignore:
Timestamp:
19/08/10 15:26:00 (21 months ago)
Author:
Stephen Rankin
Message:

Refactoring due to name change. ref#236.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/applications/NXvalidate/src/org/nexusformat/nxvalidate/exceptions/NXvalidateException.java

    r1510 r1511  
    3131 * @author Stephen Rankin 
    3232 */ 
    33 public class NXConvertpyException extends Exception { 
     33public class NXvalidateException extends Exception { 
    3434 
    3535    /** 
    36      * Creates a new instance of <code>NXConvertpyException</code> without detail message. 
     36     * Creates a new instance of <code>NXvalidateException</code> without detail message. 
    3737     */ 
    38     public NXConvertpyException() { 
     38    public NXvalidateException() { 
    3939    } 
    4040 
    4141 
    4242    /** 
    43      * Constructs an instance of <code>NXConvertpyException</code> with the specified detail message. 
     43     * Constructs an instance of <code>NXvalidateException</code> with the specified detail message. 
    4444     * @param msg the detail message. 
    4545     */ 
    46     public NXConvertpyException(String msg) { 
     46    public NXvalidateException(String msg) { 
    4747        super(msg); 
    4848    } 
Note: See TracChangeset for help on using the changeset viewer.