@NotThreadSafe public class WrappedCollectingTransformErrorListener extends AbstractTransformErrorListener
ErrorListener saves all
occurred warnings/errors/fatals in a list for later evaluation.| Constructor and Description |
|---|
WrappedCollectingTransformErrorListener(com.helger.commons.error.list.ErrorList aErrorList) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
internalLog(com.helger.commons.error.IError aResError)
Handle the passed resource error.
|
String |
toString() |
com.helger.commons.error.list.ErrorList |
wrappedErrorList() |
error, fatalError, warningclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitandThenpublic WrappedCollectingTransformErrorListener(@Nonnull com.helger.commons.error.list.ErrorList aErrorList)
@Nonnull @ReturnsMutableObject(value="design") public com.helger.commons.error.list.ErrorList wrappedErrorList()
null.protected void internalLog(@Nonnull com.helger.commons.error.IError aResError)
AbstractTransformErrorListenerinternalLog in class AbstractTransformErrorListeneraResError - The resource error to be handled. Never null.public String toString()
toString in class AbstractTransformErrorListenerCopyright © 2014–2019 Philip Helger. All rights reserved.