Class ThrowableNoCauseMatcher<T extends Throwable>
java.lang.Object
org.hamcrest.BaseMatcher<T>
com.googlecode.catchexception.throwable.apis.internal.hamcrest.ThrowableNoCauseMatcher<T>
- Type Parameters:
T
- an throwable subclass
- All Implemented Interfaces:
org.hamcrest.Matcher<T>
,org.hamcrest.SelfDescribing
Creates a
matcher
that matches an throwable that has no cause
.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, isNotNull, toString
-
Constructor Details
-
ThrowableNoCauseMatcher
public ThrowableNoCauseMatcher()
-
-
Method Details
-
matches
-
describeTo
public void describeTo(org.hamcrest.Description description)
-