org.apache.maven.usability.diagnostics
public final class DiagnosisUtils extends Object
Method Summary | |
---|---|
static void | appendRootCauseIfPresentAndUnique(Throwable error, StringBuffer message, boolean includeTypeInfo) |
static boolean | containsInCausality(Throwable error, Class test) |
static Throwable | getFromCausality(Throwable error, Class targetClass) |
static Throwable | getRootCause(Throwable error) |