protected static final class AbstractJBossMarshaller.DebuggingExceptionListener
extends java.lang.Object
implements org.jboss.marshalling.ExceptionListener
| Modifier | Constructor and Description |
|---|---|
protected |
DebuggingExceptionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleMarshallingException(java.lang.Throwable problem,
java.lang.Object subject) |
void |
handleUnmarshallingException(java.lang.Throwable problem) |
void |
handleUnmarshallingException(java.lang.Throwable problem,
java.lang.Class<?> subjectClass) |
public void handleMarshallingException(java.lang.Throwable problem,
java.lang.Object subject)
handleMarshallingException in interface org.jboss.marshalling.ExceptionListenerpublic void handleUnmarshallingException(java.lang.Throwable problem,
java.lang.Class<?> subjectClass)
handleUnmarshallingException in interface org.jboss.marshalling.ExceptionListenerpublic void handleUnmarshallingException(java.lang.Throwable problem)
handleUnmarshallingException in interface org.jboss.marshalling.ExceptionListener