org.neo4j.kernel.impl.util
Class DebugUtil
java.lang.Object
org.neo4j.kernel.impl.util.DebugUtil
public class DebugUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebugUtil
public DebugUtil()
printShortStackTrace
public static void printShortStackTrace(Throwable cause,
int maxNumberOfStackLines)
firstLinesOf
public static String firstLinesOf(String string,
int maxNumberOfLines)
currentStackTraceContains
public static boolean currentStackTraceContains(String className,
String method)
currentStackTraceContains
public static boolean currentStackTraceContains(Class<?> cls,
String method)
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.