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:
org.springframework.test.web.servlet.ResultHandler
public class DwrExceptionHandler
extends AbstractDwrReplyParser
implements org.springframework.test.web.servlet.ResultHandler
-
Field Summary
Fields inherited from class ubic.gemma.web.util.dwr.AbstractDwrReplyParser
replyPattern -
Constructor Summary
ConstructorsConstructorDescriptionDwrExceptionHandler(int batchId, int callId, Consumer<DwrException> doWithException) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(org.springframework.test.web.servlet.MvcResult result) Methods inherited from class ubic.gemma.web.util.dwr.AbstractDwrReplyParser
getReply
-
Constructor Details
-
DwrExceptionHandler
-
-
Method Details
-
handle
- Specified by:
handlein interfaceorg.springframework.test.web.servlet.ResultHandler- Throws:
Exception
-