Uses of Class
ubic.gemma.web.util.dwr.DwrException
-
Packages that use DwrException Package Description ubic.gemma.web.util.dwr Utilities for testing DWR endpoints. -
-
Uses of DwrException in ubic.gemma.web.util.dwr
Method parameters in ubic.gemma.web.util.dwr with type arguments of type DwrException Modifier and Type Method Description DwrExceptionHandlerDwrBatchHandlers. getException(int callId, Consumer<DwrException> doWithException)DwrExceptionHandlerDwrBatchHandlers. getException(Consumer<DwrException> doWithException)static DwrExceptionHandlerMockDwrResultHandlers. getException(int callId, Consumer<DwrException> doWithException)static DwrExceptionHandlerMockDwrResultHandlers. getException(Consumer<DwrException> doWithException)Constructor parameters in ubic.gemma.web.util.dwr with type arguments of type DwrException Constructor Description DwrExceptionHandler(int batchId, int callId, Consumer<DwrException> doWithException)
-