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 DwrExceptionHandler
DwrBatchHandlers. getException(int callId, Consumer<DwrException> doWithException)
DwrExceptionHandler
DwrBatchHandlers. getException(Consumer<DwrException> doWithException)
static DwrExceptionHandler
MockDwrResultHandlers. getException(int callId, Consumer<DwrException> doWithException)
static DwrExceptionHandler
MockDwrResultHandlers. 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)
-