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