Uses of Class
org.apache.logging.log4j.core.impl.ThrowableProxyHelper.CacheEntry
-
Packages that use ThrowableProxyHelper.CacheEntry Package Description org.apache.logging.log4j.core.impl Log4j 2 private implementation classes. -
-
Uses of ThrowableProxyHelper.CacheEntry in org.apache.logging.log4j.core.impl
Methods in org.apache.logging.log4j.core.impl that return ThrowableProxyHelper.CacheEntry Modifier and Type Method Description private static ThrowableProxyHelper.CacheEntry
ThrowableProxyHelper. toCacheEntry(java.lang.Class<?> callerClass, boolean exact)
Construct the CacheEntry from the Class's information.Method parameters in org.apache.logging.log4j.core.impl with type arguments of type ThrowableProxyHelper.CacheEntry Modifier and Type Method Description (package private) static ExtendedStackTraceElement[]
ThrowableProxyHelper. toExtendedStackTrace(ThrowableProxy src, java.util.Deque<java.lang.Class<?>> stack, java.util.Map<java.lang.String,ThrowableProxyHelper.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 parameters in org.apache.logging.log4j.core.impl with type arguments of type ThrowableProxyHelper.CacheEntry Constructor Description ThrowableProxy(java.lang.Throwable parent, java.util.Deque<java.lang.Class<?>> stack, java.util.Map<java.lang.String,ThrowableProxyHelper.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.
-