Package com.google.common.flogger
Class LogSiteStackTrace
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.common.flogger.LogSiteStackTrace
-
- All Implemented Interfaces:
Serializable
public final class LogSiteStackTrace extends Exception
A synthetic exception which can be attached to log statements when additional stack trace information is required in log files or via tools such as ECatcher.The name of this class may become relied upon implicitly by tools such as ECatcher. Do not rename or move this class without checking for implicit in logging tools.
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablefillInStackTrace()-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTracein classThrowable
-
-