Uses of Class
edu.umd.cs.findbugs.sarif.SarifException
Packages that use SarifException
Package
Description
The package providing a
BugReporter 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 SarifExceptionFields in edu.umd.cs.findbugs.sarif with type parameters of type SarifExceptionModifier and TypeFieldDescription(package private) final List<SarifException> SarifException.innerExceptionsMethods in edu.umd.cs.findbugs.sarif that return SarifExceptionModifier and TypeMethodDescription(package private) static SarifExceptionSarifException.fromThrowable(Throwable throwable, SourceFinder sourceFinder, Map<URI, String> baseToId) Constructors in edu.umd.cs.findbugs.sarif with parameters of type SarifExceptionModifierConstructorDescription(package private)Notification(String id, String message, Level level, SarifException exception) Constructor parameters in edu.umd.cs.findbugs.sarif with type arguments of type SarifExceptionModifierConstructorDescription(package private)SarifException(String kind, String message, Stack stack, List<SarifException> innerExceptions)