Class DwrExceptionHandler

java.lang.Object
ubic.gemma.web.util.dwr.AbstractDwrReplyParser
ubic.gemma.web.util.dwr.DwrExceptionHandler
All Implemented Interfaces:
org.springframework.test.web.servlet.ResultHandler

public class DwrExceptionHandler extends AbstractDwrReplyParser implements org.springframework.test.web.servlet.ResultHandler
  • Constructor Details

    • DwrExceptionHandler

      public DwrExceptionHandler(int batchId, int callId, Consumer<DwrException> doWithException)
  • Method Details

    • handle

      public void handle(org.springframework.test.web.servlet.MvcResult result) throws Exception
      Specified by:
      handle in interface org.springframework.test.web.servlet.ResultHandler
      Throws:
      Exception