Package org.owasp.dependencycheck.analyzer.exception


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