protected static final class AbstractJBossMarshaller.DebuggingExceptionListener extends Object implements ExceptionListener
NO_OP| Modifier | Constructor and Description |
|---|---|
protected |
AbstractJBossMarshaller.DebuggingExceptionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleMarshallingException(Throwable problem,
Object subject)
Handle a problem marshalling the given object.
|
void |
handleUnmarshallingException(Throwable problem)
Handle a problem unmarshalling an object whose class cannot be determined.
|
void |
handleUnmarshallingException(Throwable problem,
Class<?> subjectClass)
Handle a problem unmarshalling an object of the given class.
|
protected AbstractJBossMarshaller.DebuggingExceptionListener()
public void handleMarshallingException(Throwable problem, Object subject)
ExceptionListenerhandleMarshallingException in interface ExceptionListenerproblem - the problemsubject - the object being marshalledpublic void handleUnmarshallingException(Throwable problem, Class<?> subjectClass)
ExceptionListenerhandleUnmarshallingException in interface ExceptionListenerproblem - the problemsubjectClass - the class being marshalledpublic void handleUnmarshallingException(Throwable problem)
ExceptionListenerhandleUnmarshallingException in interface ExceptionListenerproblem - the problemCopyright © 2012 JBoss by Red Hat. All Rights Reserved.