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) |
setPacketpublic void warning(SAXParseException e) throws SAXException
SAXExceptionpublic void error(SAXParseException e) throws SAXException
SAXExceptionpublic void fatalError(SAXParseException e) throws SAXException
SAXExceptionCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.