Class CollectingErrorHandler
java.lang.Object
ch.tocco.nice2.optional.qualification.impl.action.structureexport.util.CollectingErrorHandler
- All Implemented Interfaces:
ErrorHandler
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiderror(SAXParseException exception) voidfatalError(SAXParseException exception) booleanvoidwarning(SAXParseException exception)
-
Constructor Details
-
CollectingErrorHandler
public CollectingErrorHandler()
-
-
Method Details
-
getMessages
-
hasErrors
public boolean hasErrors() -
warning
- Specified by:
warningin interfaceErrorHandler
-
error
- Specified by:
errorin interfaceErrorHandler
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler
-