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
public class XMLLoggingExceptionCallback
extends com.helger.commons.callback.exception.LoggingExceptionCallback
A special version of the
LoggingExceptionCallback that handles the
most common XML exceptions in a nice way :)- Author:
- Philip Helger
-
Constructor Summary
ConstructorsConstructorDescriptionXMLLoggingExceptionCallback(com.helger.commons.error.level.IErrorLevel aErrorLevel) -
Method Summary
Methods inherited from class com.helger.commons.callback.exception.LoggingExceptionCallback
getErrorLevel, onException, setErrorLevel, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.helger.commons.error.level.IHasErrorLevel
hasErrorLevel, isError, isFailure, isNoError, isSuccessMethods inherited from interface com.helger.commons.state.ISuccessIndicator
and, or
-
Constructor Details
-
XMLLoggingExceptionCallback
public XMLLoggingExceptionCallback() -
XMLLoggingExceptionCallback
-
-
Method Details
-
getLogMessage
- Overrides:
getLogMessagein classcom.helger.commons.callback.exception.LoggingExceptionCallback
-
isLogException
- Overrides:
isLogExceptionin classcom.helger.commons.callback.exception.LoggingExceptionCallback
-