Package org.ofbiz.core.util
Class UtilXml.LocalErrorHandler
java.lang.Object
org.ofbiz.core.util.UtilXml.LocalErrorHandler
- All Implemented Interfaces:
ErrorHandler
- Enclosing class:
- UtilXml
Local error handler for entity resolver to DocumentBuilder parser.
Error is printed to output just if DTD was detected in the XML file.
-
Constructor Summary
ConstructorsConstructorDescriptionLocalErrorHandler(String docDescription, UtilXml.LocalResolver localResolver) -
Method Summary
Modifier and TypeMethodDescriptionvoiderror(SAXParseException exception) voidfatalError(SAXParseException exception) voidwarning(SAXParseException exception)
-
Constructor Details
-
LocalErrorHandler
-
-
Method Details
-
error
- Specified by:
errorin interfaceErrorHandler
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler
-
warning
- Specified by:
warningin interfaceErrorHandler
-