Package io.goobi.viewer.model.xml
Class ReportErrorsErrorHandler
java.lang.Object
io.goobi.viewer.model.xml.ReportErrorsErrorHandler
- All Implemented Interfaces:
ErrorHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
error
(SAXParseException exception) void
fatalError
(SAXParseException exception) void
void
warning
(SAXParseException exception)
-
Constructor Details
-
ReportErrorsErrorHandler
public ReportErrorsErrorHandler()
-
-
Method Details
-
error
- Specified by:
error
in interfaceErrorHandler
- Throws:
SAXException
-
fatalError
- Specified by:
fatalError
in interfaceErrorHandler
- Throws:
SAXException
-
warning
- Specified by:
warning
in interfaceErrorHandler
- Throws:
SAXException
-
getErrors
- Returns:
- the errors
-
setErrors
- Parameters:
errors
- the errors to set
-