Class CollectingErrorHandler
java.lang.Object
ch.tocco.nice2.optional.qualification.impl.action.structureexport.util.CollectingErrorHandler
- All Implemented Interfaces:
ErrorHandler
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
error
(SAXParseException exception) void
fatalError
(SAXParseException exception) boolean
void
warning
(SAXParseException exception)
-
Constructor Details
-
CollectingErrorHandler
public CollectingErrorHandler()
-
-
Method Details
-
getMessages
-
hasErrors
public boolean hasErrors() -
warning
- Specified by:
warning
in interfaceErrorHandler
-
error
- Specified by:
error
in interfaceErrorHandler
-
fatalError
- Specified by:
fatalError
in interfaceErrorHandler
-