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/SVRLNodeFilter.java

    r1507 r1511  
    3434import javax.xml.xpath.XPathExpressionException; 
    3535import javax.xml.xpath.XPathFactory; 
    36 import org.nexusformat.nxvalidate.exceptions.NXConvertpyException; 
     36import org.nexusformat.nxvalidate.exceptions.NXvalidateException; 
    3737import org.w3c.dom.Document; 
    3838import org.w3c.dom.Element; 
     
    8686            getXPathList(); 
    8787 
    88         } catch (NXConvertpyException ex) { 
     88        } catch (NXvalidateException ex) { 
    8989            Logger.getLogger(SVRLNodeFilter.class.getName()).log( 
    9090                    Level.SEVERE, null, ex); 
     
    105105            resetNodes(); 
    106106 
    107         } catch (NXConvertpyException ex) { 
     107        } catch (NXvalidateException ex) { 
    108108            Logger.getLogger(SVRLNodeFilter.class.getName()).log( 
    109109                    Level.SEVERE, null, ex); 
     
    115115    } 
    116116 
    117     private void resetNodes() throws NXConvertpyException, 
     117    private void resetNodes() throws NXvalidateException, 
    118118            XPathExpressionException { 
    119119 
     
    180180    } 
    181181 
    182     private void getXPathList() throws NXConvertpyException, 
     182    private void getXPathList() throws NXvalidateException, 
    183183            XPathExpressionException { 
    184184 
Note: See TracChangeset for help on using the changeset viewer.