public class ExceptionMatcher extends java.lang.Object implements Matcher
ExceptionMatcher(java.lang.Class<? extends java.lang.Exception> errorClass)
boolean
matches(java.lang.Throwable throwable)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExceptionMatcher(java.lang.Class<? extends java.lang.Exception> errorClass)
public boolean matches(java.lang.Throwable throwable)
matches
Matcher