Package ubic.gemma.web.util.dwr
Class DwrExceptionMatchers
- java.lang.Object
-
- ubic.gemma.web.util.dwr.AbstractDwrReplyParser
-
- ubic.gemma.web.util.dwr.AbstractDwrReplyMatchers
-
- ubic.gemma.web.util.dwr.DwrExceptionMatchers
-
public class DwrExceptionMatchers extends AbstractDwrReplyMatchers
Matches erroneous DWR replies.- Author:
- poirigui
-
-
Field Summary
-
Fields inherited from class ubic.gemma.web.util.dwr.AbstractDwrReplyParser
replyPattern
-
-
Constructor Summary
Constructors Constructor Description DwrExceptionMatchers(int batchId, int callId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultMatcher
javaClassName(String value)
ResultMatcher
message(String value)
-
Methods inherited from class ubic.gemma.web.util.dwr.AbstractDwrReplyMatchers
doesNotExist, exist
-
Methods inherited from class ubic.gemma.web.util.dwr.AbstractDwrReplyParser
getReply
-
-
-
-
Method Detail
-
javaClassName
public ResultMatcher javaClassName(String value)
-
message
public ResultMatcher message(String value)
-
-