Changeset 1511 for trunk/applications/NXvalidate/src/org/nexusformat/nxvalidate/FileLoadingActions.java
- Timestamp:
- 19/08/10 15:26:00 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/NXvalidate/src/org/nexusformat/nxvalidate/FileLoadingActions.java
r1510 r1511 38 38 import javax.xml.parsers.DocumentBuilder; 39 39 import javax.xml.parsers.DocumentBuilderFactory; 40 import org.nexusformat.nxvalidate.exceptions.NX ConvertpyException;40 import org.nexusformat.nxvalidate.exceptions.NXvalidateException; 41 41 42 42 /** … … 188 188 bundle.getString("validationCompleteMessage")); 189 189 } 190 } catch (NX ConvertpyException ex) {190 } catch (NXvalidateException ex) { 191 191 Logger.getLogger(NXvalidateFrame.class.getName()).log( 192 192 Level.SEVERE, null, ex); … … 224 224 //domTree.updateTree(); 225 225 226 } catch (NX ConvertpyException ex) {226 } catch (NXvalidateException ex) { 227 227 conversionFail = true; 228 228 badDataFileList.add(nxsFile.getAbsolutePath());
Note: See TracChangeset
for help on using the changeset viewer.
