Class ThrowableDetails

    • Method Detail

      • fromThrowable

        @Nullable
        public static @Nullable ThrowableDetails fromThrowable​(@Nullable
                                                               @Nullable Throwable throwable)
      • getName

        public String getName()
      • getMessage

        public String getMessage()
      • getStackTrace

        public String getStackTrace()
      • getRepositoryId

        @Nullable
        public @Nullable Long getRepositoryId()
      • getCauseStack

        @NotNull
        public @NotNull com.google.common.collect.ImmutableList<String> getCauseStack()
      • getMetadata

        @NotNull
        public @NotNull Map<String,​String> getMetadata()