org.apache.maven.usability.diagnostics
Class DiagnosisUtils
java.lang.Object
org.apache.maven.usability.diagnostics.DiagnosisUtils
public final class DiagnosisUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
containsInCausality
public static boolean containsInCausality(Throwable error,
Class test)
getRootCause
public static Throwable getRootCause(Throwable error)
getFromCausality
public static Throwable getFromCausality(Throwable error,
Class targetClass)
appendRootCauseIfPresentAndUnique
public static void appendRootCauseIfPresentAndUnique(Throwable error,
StringBuffer message,
boolean includeTypeInfo)
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.