public class MatcherBasedExceptionGroup extends Object implements ExceptionGroup
ExceptionGroup uses a
TypeSafeMatcher to determine if the given Throwable is a member
if this grouping| Constructor and Description |
|---|
MatcherBasedExceptionGroup(org.hamcrest.Matcher<?> matcher,
ExceptionAction action)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ExceptionAction |
getAction()
Accessor for bound IkasanExceptionAction
|
boolean |
includes(Throwable throwable)
Determines if the given Throwable is a member of this logical group
|
String |
toString() |
public MatcherBasedExceptionGroup(org.hamcrest.Matcher<?> matcher,
ExceptionAction action)
matcher - action - public ExceptionAction getAction()
ExceptionGroupgetAction in interface ExceptionGrouppublic boolean includes(Throwable throwable)
ExceptionGroupincludes in interface ExceptionGroupCopyright © 2007-2019 Ikasan. All Rights Reserved.