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

Refactoring due to name change. ref#236.

File:
1 edited

Legend:

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

    r1510 r1511  
    3838import javax.xml.parsers.DocumentBuilder; 
    3939import javax.xml.parsers.DocumentBuilderFactory; 
    40 import org.nexusformat.nxvalidate.exceptions.NXConvertpyException; 
     40import org.nexusformat.nxvalidate.exceptions.NXvalidateException; 
    4141 
    4242/** 
     
    188188                    bundle.getString("validationCompleteMessage")); 
    189189            } 
    190         } catch (NXConvertpyException ex) { 
     190        } catch (NXvalidateException ex) { 
    191191            Logger.getLogger(NXvalidateFrame.class.getName()).log( 
    192192                    Level.SEVERE, null, ex); 
     
    224224            //domTree.updateTree(); 
    225225 
    226         } catch (NXConvertpyException ex) { 
     226        } catch (NXvalidateException ex) { 
    227227            conversionFail = true; 
    228228            badDataFileList.add(nxsFile.getAbsolutePath()); 
Note: See TracChangeset for help on using the changeset viewer.