@Immutable public class DoNothingTransformErrorListener extends AbstractTransformErrorListener
ErrorListener that does nothing.| Constructor and Description |
|---|
DoNothingTransformErrorListener() |
DoNothingTransformErrorListener(ErrorListener aWrappedErrorListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
internalLog(com.helger.commons.error.IResourceError aResError)
Handle the passed resource error.
|
error, fatalError, getWrappedErrorListener, toString, warningpublic DoNothingTransformErrorListener()
public DoNothingTransformErrorListener(@Nullable ErrorListener aWrappedErrorListener)
protected void internalLog(@Nonnull com.helger.commons.error.IResourceError aResError)
AbstractTransformErrorListenerinternalLog in class AbstractTransformErrorListeneraResError - The resource error to be handled. Never null.Copyright © 2014–2016 Philip Helger. All rights reserved.