Package | Description |
---|---|
org.apache.logging.log4j.core.impl |
Log4j 2 private implementation classes.
|
Modifier and Type | Method and Description |
---|---|
private ThrowableProxy.CacheEntry |
ThrowableProxy.toCacheEntry(java.lang.StackTraceElement stackTraceElement,
java.lang.Class<?> callerClass,
boolean exact)
Construct the CacheEntry from the Class's information.
|
Modifier and Type | Method and Description |
---|---|
(package private) ExtendedStackTraceElement[] |
ThrowableProxy.toExtendedStackTrace(java.util.Stack<java.lang.Class<?>> stack,
java.util.Map<java.lang.String,ThrowableProxy.CacheEntry> map,
java.lang.StackTraceElement[] rootTrace,
java.lang.StackTraceElement[] stackTrace)
Resolve all the stack entries in this stack trace that are not common with the parent.
|
Constructor and Description |
---|
ThrowableProxy(java.lang.Throwable parent,
java.util.Stack<java.lang.Class<?>> stack,
java.util.Map<java.lang.String,ThrowableProxy.CacheEntry> map,
java.lang.Throwable cause,
java.util.Set<java.lang.Throwable> suppressedVisited,
java.util.Set<java.lang.Throwable> causeVisited)
Constructs the wrapper for a Throwable that is referenced as the cause by another Throwable.
|