< prev index next >

test/javax/xml/jaxp/unittest/validation/tck/Bug6974551Test.java

Print this page




 105 
 106             errorOccured = true;
 107         }
 108 
 109         public void fatalError(SAXParseException e) throws SAXException {
 110 
 111             System.err.println("Fatal Error: " + e);
 112 
 113             errorOccured = true;
 114         }
 115 
 116         public void warning(SAXParseException e) throws SAXException {
 117 
 118             System.err.println("Warning: " + e);
 119 
 120             errorOccured = true;
 121         }
 122     }
 123 
 124 }
 125 


 105 
 106             errorOccured = true;
 107         }
 108 
 109         public void fatalError(SAXParseException e) throws SAXException {
 110 
 111             System.err.println("Fatal Error: " + e);
 112 
 113             errorOccured = true;
 114         }
 115 
 116         public void warning(SAXParseException e) throws SAXException {
 117 
 118             System.err.println("Warning: " + e);
 119 
 120             errorOccured = true;
 121         }
 122     }
 123 
 124 }

< prev index next >