Package org.owasp.dependencycheck.analyzer.exception
A collection of exception classes used within the analyzers.
-
Exception Summary Exception Description AnalysisException An exception thrown when the analysis of a dependency fails.ArchiveExtractionException An exception thrown when files in an archive cannot be extracted.LambdaExceptionWrapper An exception intended to be used within a lambda expression as checked exceptions cannot be used within lambdas.SearchException An exception thrown when an online searching fails (such as NPM).UnexpectedAnalysisException An exception intended to be used in situations that should never occur.