protected static final class AbstractJBossMarshaller.DebuggingExceptionListener extends Object implements org.jboss.marshalling.ExceptionListener
Modifier | Constructor and Description |
---|---|
protected |
AbstractJBossMarshaller.DebuggingExceptionListener() |
Modifier and Type | Method and Description |
---|---|
void |
handleMarshallingException(Throwable problem,
Object subject) |
void |
handleUnmarshallingException(Throwable problem) |
void |
handleUnmarshallingException(Throwable problem,
Class<?> subjectClass) |
protected AbstractJBossMarshaller.DebuggingExceptionListener()
public void handleMarshallingException(Throwable problem, Object subject)
handleMarshallingException
in interface org.jboss.marshalling.ExceptionListener
public void handleUnmarshallingException(Throwable problem, Class<?> subjectClass)
handleUnmarshallingException
in interface org.jboss.marshalling.ExceptionListener
public void handleUnmarshallingException(Throwable problem)
handleUnmarshallingException
in interface org.jboss.marshalling.ExceptionListener
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.