org.infinispan.marshall.jboss
Class AbstractJBossMarshaller.DebuggingExceptionListener

java.lang.Object
  extended by 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


Field Summary
 
Fields inherited from interface org.jboss.marshalling.ExceptionListener
NO_OP
 
Constructor Summary
protected AbstractJBossMarshaller.DebuggingExceptionListener()
           
 
Method Summary
 void handleMarshallingException(Throwable problem, Object subject)
           
 void handleUnmarshallingException(Throwable problem)
           
 void handleUnmarshallingException(Throwable problem, Class<?> subjectClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJBossMarshaller.DebuggingExceptionListener

protected AbstractJBossMarshaller.DebuggingExceptionListener()
Method Detail

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.