Package edu.umd.cs.findbugs.sarif
Class SarifException
java.lang.Object
edu.umd.cs.findbugs.sarif.SarifException
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final List
<SarifException> (package private) final String
(package private) final String
(package private) final Stack
-
Constructor Summary
ConstructorsConstructorDescriptionSarifException
(String kind, String message, Stack stack, List<SarifException> innerExceptions) -
Method Summary
Modifier and TypeMethodDescription(package private) static SarifException
fromThrowable
(Throwable throwable, SourceFinder sourceFinder, Map<URI, String> baseToId) (package private) com.google.gson.JsonObject
-
Field Details
-
kind
-
message
-
stack
-
innerExceptions
-
-
Constructor Details
-
SarifException
-
-
Method Details
-
fromThrowable
@NonNull static SarifException fromThrowable(@NonNull Throwable throwable, @NonNull SourceFinder sourceFinder, @NonNull Map<URI, String> baseToId) -
toJsonObject
com.google.gson.JsonObject toJsonObject()
-