Class AbstractJBossMarshaller.DebuggingExceptionListener
java.lang.Object
org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller.DebuggingExceptionListener
- All Implemented Interfaces:
org.jboss.marshalling.ExceptionListener
- Enclosing class:
- AbstractJBossMarshaller
protected static final class AbstractJBossMarshaller.DebuggingExceptionListener
extends Object
implements org.jboss.marshalling.ExceptionListener
-
Field Summary
Fields inherited from interface org.jboss.marshalling.ExceptionListener
NO_OP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleMarshallingException(Throwable problem, Object subject) voidhandleUnmarshallingException(Throwable problem) voidhandleUnmarshallingException(Throwable problem, Class<?> subjectClass)
-
Constructor Details
-
DebuggingExceptionListener
protected DebuggingExceptionListener()
-
-
Method Details
-
handleMarshallingException
- Specified by:
handleMarshallingExceptionin interfaceorg.jboss.marshalling.ExceptionListener
-
handleUnmarshallingException
- Specified by:
handleUnmarshallingExceptionin interfaceorg.jboss.marshalling.ExceptionListener
-
handleUnmarshallingException
- Specified by:
handleUnmarshallingExceptionin interfaceorg.jboss.marshalling.ExceptionListener
-