public class DraconianValidationErrorHandler extends ValidationErrorHandler
ValidationErrorHandler
that just rethrows SAXException
in case of errors.packet
Constructor and Description |
---|
DraconianValidationErrorHandler() |
Modifier and Type | Method and Description |
---|---|
void |
error(SAXParseException e) |
void |
fatalError(SAXParseException e) |
void |
warning(SAXParseException e) |
setPacket
public void warning(SAXParseException e) throws SAXException
SAXException
public void error(SAXParseException e) throws SAXException
SAXException
public void fatalError(SAXParseException e) throws SAXException
SAXException
Copyright © 2015 Oracle Corporation. All rights reserved.