|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.util.Trace
public class Trace
Trace Information
| Constructor Summary | |
|---|---|
Trace()
|
|
| Method Summary | |
|---|---|
static String |
getCallerClass(int nestLevel)
Get Caller with nest Level |
static String[] |
getCallerClasses(Throwable caller,
int maxNestLevel)
Get Caller Array |
static boolean |
isCalledFrom(String className)
Is the caller Called From the class mentioned |
static void |
printStack()
Print Stack Trace Info (raw) compiereOnly - first9only |
static void |
printStack(boolean compiereOnly,
boolean first9only)
Print Stack Trace Info (raw) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Trace()
| Method Detail |
|---|
public static String[] getCallerClasses(Throwable caller,
int maxNestLevel)
caller - Optional Thowable/ExceptionmaxNestLevel - maximum call nesting level - 0 is all
public static String getCallerClass(int nestLevel)
nestLevel - Nesting Level - 0=calling method, 1=previous, ..
public static boolean isCalledFrom(String className)
className - calling class
public static void printStack()
public static void printStack(boolean compiereOnly,
boolean first9only)
compiereOnly - if true - no base classesfirst9only - only first 9 lines
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||