public final class ErrorHandler extends Object implements ErrorHandler
Modifier and Type | Field and Description |
---|---|
static ErrorHandler |
INSTANCE |
Constructor and Description |
---|
ErrorHandler() |
Modifier and Type | Method and Description |
---|---|
void |
error(SAXParseException exception) |
void |
fatalError(SAXParseException exception) |
void |
warning(SAXParseException exception) |
public static final ErrorHandler INSTANCE
public void warning(SAXParseException exception) throws SAXException
warning
in interface ErrorHandler
SAXException
public void error(SAXParseException exception) throws SAXException
error
in interface ErrorHandler
SAXException
public void fatalError(SAXParseException exception) throws SAXException
fatalError
in interface ErrorHandler
SAXException
Copyright © 2016 The THYMELEAF team. All rights reserved.