Uses of Class
org.apache.logging.log4j.core.impl.ThrowableProxyHelper.CacheEntry
Packages that use ThrowableProxyHelper.CacheEntry
-
Uses of ThrowableProxyHelper.CacheEntry in org.apache.logging.log4j.core.impl
Methods in org.apache.logging.log4j.core.impl that return ThrowableProxyHelper.CacheEntryModifier and TypeMethodDescriptionprivate static ThrowableProxyHelper.CacheEntry
ThrowableProxyHelper.toCacheEntry
(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.CacheEntryModifier and TypeMethodDescription(package private) static ExtendedStackTraceElement[]
ThrowableProxyHelper.toExtendedStackTrace
(ThrowableProxy src, Deque<Class<?>> stack, Map<String, ThrowableProxyHelper.CacheEntry> map, StackTraceElement[] rootTrace, 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.CacheEntryModifierConstructorDescriptionprivate
ThrowableProxy
(Throwable parent, Deque<Class<?>> stack, Map<String, ThrowableProxyHelper.CacheEntry> map, Throwable cause, Set<Throwable> suppressedVisited, Set<Throwable> causeVisited) Constructs the wrapper for a Throwable that is referenced as the cause by another Throwable.