protected static final class AbstractJBossMarshaller.DebuggingExceptionListener extends Object implements ExceptionListener
NO_OP
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 ExceptionListener
public void handleUnmarshallingException(Throwable problem, Class<?> subjectClass)
handleUnmarshallingException
in interface ExceptionListener
public void handleUnmarshallingException(Throwable problem)
handleUnmarshallingException
in interface ExceptionListener
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.