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