Package ubic.gemma.web.util.dwr
Class DwrExceptionHandler
- java.lang.Object
-
- ubic.gemma.web.util.dwr.AbstractDwrReplyParser
-
- ubic.gemma.web.util.dwr.DwrExceptionHandler
-
- All Implemented Interfaces:
ResultHandler
public class DwrExceptionHandler extends AbstractDwrReplyParser implements ResultHandler
-
-
Field Summary
-
Fields inherited from class ubic.gemma.web.util.dwr.AbstractDwrReplyParser
replyPattern
-
-
Constructor Summary
Constructors Constructor Description DwrExceptionHandler(int batchId, int callId, Consumer<DwrException> doWithException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(MvcResult result)
-
Methods inherited from class ubic.gemma.web.util.dwr.AbstractDwrReplyParser
getReply
-
-
-
-
Constructor Detail
-
DwrExceptionHandler
public DwrExceptionHandler(int batchId, int callId, Consumer<DwrException> doWithException)
-
-
Method Detail
-
handle
public void handle(MvcResult result) throws Exception
- Specified by:
handle
in interfaceResultHandler
- Throws:
Exception
-
-