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)
ExceptionListener
handleMarshallingException
in interface ExceptionListener
problem
- the problemsubject
- the object being marshalledpublic void handleUnmarshallingException(Throwable problem, Class<?> subjectClass)
ExceptionListener
handleUnmarshallingException
in interface ExceptionListener
problem
- the problemsubjectClass
- the class being marshalledpublic void handleUnmarshallingException(Throwable problem)
ExceptionListener
handleUnmarshallingException
in interface ExceptionListener
problem
- the problemCopyright © 2012 JBoss by Red Hat. All Rights Reserved.