-
public class LegacyExceptionInfo.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static LegacyExceptionInfo.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final LegacyExceptionInfoofThrowable(Throwable throwable)Creates a LegacyExceptionInfo from a Throwable, using the classname as the name, the exception message as the message, and each stacktrace element as each line. -
-
Method Detail
-
ofThrowable
final LegacyExceptionInfo ofThrowable(Throwable throwable)
Creates a LegacyExceptionInfo from a Throwable, using the classname as the name, the exception message as the message, and each stacktrace element as each line.
- Parameters:
throwable- the exception
-
-
-
-