Package org.owasp.dependencycheck.exception
A collection of exception classes used within the application.
-
Exception Summary Exception Description DependencyNotFoundException An exception used when a dependency could not be found.ExceptionCollection A collection of several exceptions.InitializationException An exception used when initializing analyzers.NoDataException An exception used when the data needed does not exist to perform analysis.ParseException An exception thrown when a parsing error occurs.ReportException An exception used when generating reports.ScanAgentException An exception used when using @{link DependencyCheckScanAgent} to conduct a scan and the scan fails.WriteLockException An exception used when trying to obtain a lock on a resource.