Class AbstractJBossMarshaller.DebuggingExceptionListener

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

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

      • DebuggingExceptionListener

        protected DebuggingExceptionListener()
    • Method Detail

      • handleMarshallingException

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

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

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