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 ErrorHandler
rethrow
- an exception which will be rethrownSAXParseException
- alwayspublic void error(SAXParseException rethrow) throws SAXParseException
error
in interface ErrorHandler
rethrow
- an exception which will be rethrownSAXParseException
- alwayspublic void fatalError(SAXParseException rethrow) throws SAXParseException
fatalError
in interface ErrorHandler
rethrow
- an exception which will be rethrownSAXParseException
- alwaysCopyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.