Package com.helger.xml.sax
Class WrappedCollectingSAXErrorHandler
- java.lang.Object
-
- com.helger.xml.sax.AbstractSAXErrorHandler
-
- com.helger.xml.sax.CollectingSAXErrorHandler
-
- com.helger.xml.sax.WrappedCollectingSAXErrorHandler
-
- All Implemented Interfaces:
ISAXErrorHandler,Serializable,ErrorHandler
@ThreadSafe public class WrappedCollectingSAXErrorHandler extends CollectingSAXErrorHandler
An error handler implementation that stores all warnings, errors and fatal errors. Derived fromCollectingSAXErrorHandlersince v9.2.0.- Since:
- 8.5.1
- Author:
- Philip Helger
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.helger.xml.sax.CollectingSAXErrorHandler
m_aErrors, m_aRWLock
-
-
Constructor Summary
Constructors Constructor Description WrappedCollectingSAXErrorHandler(com.helger.commons.error.list.ErrorList aErrorList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.helger.commons.error.list.ErrorListwrappedErrorList()-
Methods inherited from class com.helger.xml.sax.CollectingSAXErrorHandler
clearResourceErrors, containsAtLeastOneError, getErrorList, internalLog, toString
-
Methods inherited from class com.helger.xml.sax.AbstractSAXErrorHandler
error, fatalError, getSaxParseError, warning
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.helger.xml.sax.ISAXErrorHandler
andThen
-
-
-
-
Constructor Detail
-
WrappedCollectingSAXErrorHandler
public WrappedCollectingSAXErrorHandler(@Nonnull com.helger.commons.error.list.ErrorList aErrorList)
-
-
Method Detail
-
wrappedErrorList
@Nonnull @ReturnsMutableObject("design") public final com.helger.commons.error.list.ErrorList wrappedErrorList()
- Returns:
- The error list object passed in the constructor. Never
null.
-
-