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.AbstractDwrReplyParserreplyPattern
 
- 
 - 
Constructor SummaryConstructors Constructor Description DwrExceptionHandler(int batchId, int callId, Consumer<DwrException> doWithException)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(MvcResult result)- 
Methods inherited from class ubic.gemma.web.util.dwr.AbstractDwrReplyParsergetReply
 
- 
 
- 
- 
- 
Constructor Detail- 
DwrExceptionHandlerpublic DwrExceptionHandler(int batchId, int callId, Consumer<DwrException> doWithException)
 
- 
 - 
Method Detail- 
handlepublic void handle(MvcResult result) throws Exception - Specified by:
- handlein interface- ResultHandler
- Throws:
- Exception
 
 
- 
 
-