Class AbstractJBossMarshaller.DebuggingExceptionListener

  • All Implemented Interfaces:
    org.jboss.marshalling.ExceptionListener
    Enclosing class:
    AbstractJBossMarshaller

    protected static final class AbstractJBossMarshaller.DebuggingExceptionListener
    extends java.lang.Object
    implements org.jboss.marshalling.ExceptionListener
    • Constructor Detail

      • DebuggingExceptionListener

        protected DebuggingExceptionListener()
    • Method Detail

      • handleMarshallingException

        public void handleMarshallingException​(java.lang.Throwable problem,
                                               java.lang.Object subject)
        Specified by:
        handleMarshallingException in interface org.jboss.marshalling.ExceptionListener
      • handleUnmarshallingException

        public void handleUnmarshallingException​(java.lang.Throwable problem,
                                                 java.lang.Class<?> subjectClass)
        Specified by:
        handleUnmarshallingException in interface org.jboss.marshalling.ExceptionListener
      • handleUnmarshallingException

        public void handleUnmarshallingException​(java.lang.Throwable problem)
        Specified by:
        handleUnmarshallingException in interface org.jboss.marshalling.ExceptionListener