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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleMarshallingException
(Throwable problem, Object subject) void
handleUnmarshallingException
(Throwable problem) void
handleUnmarshallingException
(Throwable problem, Class<?> subjectClass)
-
Constructor Details
-
DebuggingExceptionListener
protected DebuggingExceptionListener()
-
-
Method Details
-
handleMarshallingException
- Specified by:
handleMarshallingException
in interfaceorg.jboss.marshalling.ExceptionListener
-
handleUnmarshallingException
- Specified by:
handleUnmarshallingException
in interfaceorg.jboss.marshalling.ExceptionListener
-
handleUnmarshallingException
- Specified by:
handleUnmarshallingException
in interfaceorg.jboss.marshalling.ExceptionListener
-