public class ParserErrorHandler extends Object implements ErrorHandler
| Constructor and Description | 
|---|
| ParserErrorHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | error(SAXParseException e) | 
| void | fatalError(SAXParseException e) | 
| void | warning(SAXParseException e) | 
public void error(SAXParseException e)
error in interface ErrorHandlerpublic void fatalError(SAXParseException e)
fatalError in interface ErrorHandlerpublic void warning(SAXParseException e)
warning in interface ErrorHandlerCopyright © 2016 Open Microscopy Environment