- Timestamp:
- 19/08/10 15:26:00 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/NXvalidate/src/org/nexusformat/nxvalidate/NXconvert.java
r1507 r1511 30 30 import java.util.logging.Level; 31 31 import java.util.logging.Logger; 32 import org.nexusformat.nxvalidate.exceptions.NX ConvertpyException;32 import org.nexusformat.nxvalidate.exceptions.NXvalidateException; 33 33 34 34 public class NXconvert { … … 67 67 } 68 68 69 public File convert() throws IOException, InterruptedException, NX ConvertpyException {69 public File convert() throws IOException, InterruptedException, NXvalidateException { 70 70 71 71 Logger.getLogger(NXconvert.class.getName()).log( … … 99 99 buffer.append("\" failed. Returned "); 100 100 buffer.append(exitValue); 101 throw new NX ConvertpyException(buffer.toString());101 throw new NXvalidateException(buffer.toString()); 102 102 } 103 103 return redfile;
Note: See TracChangeset
for help on using the changeset viewer.
