- Timestamp:
- 19/08/10 15:26:00 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/NXvalidate/src/org/nexusformat/nxvalidate/SVRLNodeFilter.java
r1507 r1511 34 34 import javax.xml.xpath.XPathExpressionException; 35 35 import javax.xml.xpath.XPathFactory; 36 import org.nexusformat.nxvalidate.exceptions.NX ConvertpyException;36 import org.nexusformat.nxvalidate.exceptions.NXvalidateException; 37 37 import org.w3c.dom.Document; 38 38 import org.w3c.dom.Element; … … 86 86 getXPathList(); 87 87 88 } catch (NX ConvertpyException ex) {88 } catch (NXvalidateException ex) { 89 89 Logger.getLogger(SVRLNodeFilter.class.getName()).log( 90 90 Level.SEVERE, null, ex); … … 105 105 resetNodes(); 106 106 107 } catch (NX ConvertpyException ex) {107 } catch (NXvalidateException ex) { 108 108 Logger.getLogger(SVRLNodeFilter.class.getName()).log( 109 109 Level.SEVERE, null, ex); … … 115 115 } 116 116 117 private void resetNodes() throws NX ConvertpyException,117 private void resetNodes() throws NXvalidateException, 118 118 XPathExpressionException { 119 119 … … 180 180 } 181 181 182 private void getXPathList() throws NX ConvertpyException,182 private void getXPathList() throws NXvalidateException, 183 183 XPathExpressionException { 184 184
Note: See TracChangeset
for help on using the changeset viewer.
