Uses of Class
org.jboss.util.StackTrace.Entry

Packages that use StackTrace.Entry
org.jboss.util Utility classes and interfaces. 
 

Uses of StackTrace.Entry in org.jboss.util
 

Methods in org.jboss.util that return StackTrace.Entry
static StackTrace.Entry StackTrace.callerEntry()
          Returns a stack trace entry for the calling methods current position in the stack.
protected  StackTrace.Entry StackTrace.Parser.createEntry(String raw)
          Create a stack trace entry for the given raw trace entry.
static StackTrace.Entry StackTrace.currentEntry()
          Returns a stack trace entry for the current position in the stack.
 StackTrace.Entry StackTrace.getCallerEntry()
          Returns the stack trace entry for the calling method.
 StackTrace.Entry StackTrace.getEntry(int level)
          Returns the stack trace entry for the element at the given level.
 StackTrace.Entry StackTrace.getRootEntry()
          Return the root entry for this stack trace.
static StackTrace.Entry StackTrace.rootEntry()
          Returns a stack trace entry for the root calling method of the current execution thread.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.