org.infinispan.marshall.jboss
Class AbstractJBossMarshaller.DebuggingExceptionListener
java.lang.Object
org.infinispan.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
Fields inherited from interface org.jboss.marshalling.ExceptionListener |
NO_OP |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractJBossMarshaller.DebuggingExceptionListener
protected AbstractJBossMarshaller.DebuggingExceptionListener()
handleMarshallingException
public void handleMarshallingException(Throwable problem,
Object subject)
- Specified by:
handleMarshallingException
in interface org.jboss.marshalling.ExceptionListener
handleUnmarshallingException
public void handleUnmarshallingException(Throwable problem,
Class<?> subjectClass)
- Specified by:
handleUnmarshallingException
in interface org.jboss.marshalling.ExceptionListener
handleUnmarshallingException
public void handleUnmarshallingException(Throwable problem)
- Specified by:
handleUnmarshallingException
in interface org.jboss.marshalling.ExceptionListener
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.