public final class UncaughtExceptionDetail extends Object
Constructor and Description |
---|
UncaughtExceptionDetail(Thread thread,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
Thread |
getThread() |
Throwable |
getThrowable() |
static org.hamcrest.Matcher<UncaughtExceptionDetail> |
hasThread(org.hamcrest.Matcher<Thread> tMatcher) |
static org.hamcrest.Matcher<UncaughtExceptionDetail> |
hasThrowable(org.hamcrest.Matcher<Throwable> tMatcher) |
String |
toString() |
public Thread getThread()
public Throwable getThrowable()
public static org.hamcrest.Matcher<UncaughtExceptionDetail> hasThrowable(org.hamcrest.Matcher<Throwable> tMatcher)
public static org.hamcrest.Matcher<UncaughtExceptionDetail> hasThread(org.hamcrest.Matcher<Thread> tMatcher)
Copyright © 2018 SPF4J. All rights reserved.