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