Package com.helger.xml.serialize.read
Class XMLLoggingExceptionCallback
- java.lang.Object
-
- com.helger.commons.callback.exception.LoggingExceptionCallback
-
- com.helger.xml.serialize.read.XMLLoggingExceptionCallback
-
- All Implemented Interfaces:
com.helger.commons.callback.exception.IExceptionCallback<Throwable>,com.helger.commons.callback.ICallback,com.helger.commons.error.level.IHasErrorLevel,com.helger.commons.state.IErrorIndicator,com.helger.commons.state.ISuccessIndicator,Serializable
public class XMLLoggingExceptionCallback extends com.helger.commons.callback.exception.LoggingExceptionCallbackA special version of theLoggingExceptionCallbackthat handles the most common XML exceptions in a nice way :)- Author:
- Philip Helger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMLLoggingExceptionCallback()XMLLoggingExceptionCallback(com.helger.commons.error.level.IErrorLevel aErrorLevel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetLogMessage(Throwable t)protected booleanisLogException(Throwable t)-
Methods inherited from class com.helger.commons.callback.exception.LoggingExceptionCallback
getErrorLevel, onException, setErrorLevel, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
XMLLoggingExceptionCallback
public XMLLoggingExceptionCallback()
-
XMLLoggingExceptionCallback
public XMLLoggingExceptionCallback(@Nonnull com.helger.commons.error.level.IErrorLevel aErrorLevel)
-
-