Uses of Class
edu.umd.cs.findbugs.sarif.SarifException
-
Packages that use SarifException Package Description edu.umd.cs.findbugs.sarif The package providing aBugReporter
implementation which produces report in SARIF format. -
-
Uses of SarifException in edu.umd.cs.findbugs.sarif
Fields in edu.umd.cs.findbugs.sarif declared as SarifException Modifier and Type Field Description (package private) SarifException
Notification. exception
Fields in edu.umd.cs.findbugs.sarif with type parameters of type SarifException Modifier and Type Field Description (package private) java.util.List<SarifException>
SarifException. innerExceptions
Methods in edu.umd.cs.findbugs.sarif that return SarifException Modifier and Type Method Description (package private) static SarifException
SarifException. fromThrowable(java.lang.Throwable throwable, SourceFinder sourceFinder, java.util.Map<java.net.URI,java.lang.String> baseToId)
Constructors in edu.umd.cs.findbugs.sarif with parameters of type SarifException Constructor Description Notification(java.lang.String id, java.lang.String message, Level level, SarifException exception)
Constructor parameters in edu.umd.cs.findbugs.sarif with type arguments of type SarifException Constructor Description SarifException(java.lang.String kind, java.lang.String message, Stack stack, java.util.List<SarifException> innerExceptions)
-