java.lang.Object
org.jorigin.lang.xml.LangResourceErrorHandler
- All Implemented Interfaces:
ErrorHandler
An error handler used with the
LangResourceContentHandler.
This error handler only output errors on the Common logger.- Since:
- 1.0.0
- Version:
- "1.0.14" - b202111241200L
- Author:
- Julien SEINTURIER - Université de Toulon / CNRS LIS umr 7020 - github.com/jorigin/jcommon (contact@jorigin.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiderror(SAXParseException exception) voidfatalError(SAXParseException exception) voidwarning(SAXParseException exception)
-
Constructor Details
-
LangResourceErrorHandler
public LangResourceErrorHandler()
-
-
Method Details
-
error
- Specified by:
errorin interfaceErrorHandler- Throws:
SAXException
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler- Throws:
SAXException
-
warning
- Specified by:
warningin interfaceErrorHandler- Throws:
SAXException
-