@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 |
|---|---|
com.helger.commons.error.list.ErrorList |
getWrappedErrorList() |
protected void |
internalLog(com.helger.commons.error.IError aResError)
Handle the passed resource error.
|
String |
toString() |
error, fatalError, getWrappedErrorListener, 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 getWrappedErrorList()
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–2016 Philip Helger. All rights reserved.