public class ShapeChangeErrorHandler extends Object implements ErrorHandler
Modifier and Type | Field and Description |
---|---|
protected boolean |
errorsFound
Errors found during document validation
|
Constructor and Description |
---|
ShapeChangeErrorHandler() |
Modifier and Type | Method and Description |
---|---|
void |
error(SAXParseException e) |
boolean |
errorsFound() |
void |
fatalError(SAXParseException e) |
void |
warning(SAXParseException e) |
public boolean errorsFound()
public void fatalError(SAXParseException e) throws SAXException
fatalError
in interface ErrorHandler
SAXException
public void error(SAXParseException e) throws SAXException
error
in interface ErrorHandler
SAXException
public void warning(SAXParseException e) throws SAXException
warning
in interface ErrorHandler
SAXException
Copyright © 2018. All rights reserved.