public final class DiagnosisUtils extends Object
Modifier and Type | Method and Description |
---|---|
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) |
public static void appendRootCauseIfPresentAndUnique(Throwable error, StringBuffer message, boolean includeTypeInfo)
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.