Uses of Class
org.apache.logging.log4j.core.impl.ThrowableProxy
-
Packages that use ThrowableProxy Package Description org.apache.logging.log4j.core.impl -
-
Uses of ThrowableProxy in org.apache.logging.log4j.core.impl
Methods in org.apache.logging.log4j.core.impl that return ThrowableProxy Modifier and Type Method Description ThrowableProxyThrowableProxy. getCauseProxy()ThrowableProxy[]ThrowableProxy. getSuppressedProxies()Gets proxies for suppressed exceptions.Methods in org.apache.logging.log4j.core.impl with parameters of type ThrowableProxy Modifier and Type Method Description voidThrowableProxy. formatWrapper(StringBuilder sb, ThrowableProxy cause, String suffix)Formats the specified Throwable.voidThrowableProxy. formatWrapper(StringBuilder sb, ThrowableProxy cause, List<String> ignorePackages, String suffix)Formats the specified Throwable.voidThrowableProxy. formatWrapper(StringBuilder sb, ThrowableProxy cause, List<String> ignorePackages, org.apache.logging.log4j.core.pattern.TextRenderer textRenderer, String suffix)Formats the specified Throwable.voidThrowableProxy. formatWrapper(StringBuilder sb, ThrowableProxy cause, List<String> ignorePackages, org.apache.logging.log4j.core.pattern.TextRenderer textRenderer, String suffix, String lineSeparator)Formats the specified Throwable.
-