Class AbstractJBossMarshaller.DebuggingExceptionListener
- java.lang.Object
-
- org.infinispan.commons.marshall.jboss.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
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DebuggingExceptionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleMarshallingException(Throwable problem, Object subject)
void
handleUnmarshallingException(Throwable problem)
void
handleUnmarshallingException(Throwable problem, Class<?> subjectClass)
-
-
-
Method Detail
-
handleMarshallingException
public void handleMarshallingException(Throwable problem, Object subject)
- Specified by:
handleMarshallingException
in interfaceorg.jboss.marshalling.ExceptionListener
-
handleUnmarshallingException
public void handleUnmarshallingException(Throwable problem, Class<?> subjectClass)
- Specified by:
handleUnmarshallingException
in interfaceorg.jboss.marshalling.ExceptionListener
-
handleUnmarshallingException
public void handleUnmarshallingException(Throwable problem)
- Specified by:
handleUnmarshallingException
in interfaceorg.jboss.marshalling.ExceptionListener
-
-