Package org.mybatis.generator.config.xml
Class ParserErrorHandler
java.lang.Object
org.mybatis.generator.config.xml.ParserErrorHandler
- All Implemented Interfaces:
ErrorHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiderror(SAXParseException exception) voidfatalError(SAXParseException exception) voidwarning(SAXParseException exception)
-
Field Details
-
warnings
-
errors
-
-
Constructor Details
-
ParserErrorHandler
-
-
Method Details
-
warning
- Specified by:
warningin interfaceErrorHandler
-
error
- Specified by:
errorin interfaceErrorHandler
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler
-