public class StrictErrorHandler extends Object implements ErrorHandler
| Constructor and Description |
|---|
StrictErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException rethrow)
An error occurred.
|
void |
fatalError(SAXParseException rethrow)
A fatal error occurred.
|
void |
warning(SAXParseException rethrow)
A warning occurred.
|
public void warning(SAXParseException rethrow) throws SAXParseException
warning in interface ErrorHandlerrethrow - An exception which will be rethrown.SAXParseException - Always.public void error(SAXParseException rethrow) throws SAXParseException
error in interface ErrorHandlerrethrow - An exception which will be rethrown.SAXParseException - Always.public void fatalError(SAXParseException rethrow) throws SAXParseException
fatalError in interface ErrorHandlerrethrow - An exception which will be rethrown.SAXParseException - Always.Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.