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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.