T - an throwable subclasspublic class ThrowableNoCauseMatcher<T extends Throwable> extends org.hamcrest.BaseMatcher<T>
matcher that matches an throwable that has no cause.| Constructor and Description |
|---|
ThrowableNoCauseMatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
matches(Object obj) |
public ThrowableNoCauseMatcher()
public void describeTo(org.hamcrest.Description description)
Copyright © 2014. All rights reserved.