Package com.helger.xml.transform
Class DoNothingTransformErrorListener
- java.lang.Object
-
- com.helger.xml.transform.AbstractTransformErrorListener
-
- com.helger.xml.transform.DoNothingTransformErrorListener
-
- All Implemented Interfaces:
ITransformErrorListener,Serializable,ErrorListener
@Immutable public class DoNothingTransformErrorListener extends AbstractTransformErrorListener
ErrorListenerthat does nothing.- Author:
- Philip Helger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DoNothingTransformErrorListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinternalLog(com.helger.commons.error.IError aResError)Handle the passed resource error.-
Methods inherited from class com.helger.xml.transform.AbstractTransformErrorListener
error, fatalError, toString, 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.transform.ITransformErrorListener
andThen
-
-
-
-
Method Detail
-
internalLog
protected void internalLog(@Nonnull com.helger.commons.error.IError aResError)
Description copied from class:AbstractTransformErrorListenerHandle the passed resource error.- Specified by:
internalLogin classAbstractTransformErrorListener- Parameters:
aResError- The resource error to be handled. Nevernull.
-
-