Uses of Class
org.owasp.dependencycheck.data.nvdcve.DriverLoadException
Packages that use DriverLoadException
Package
Description
Contains classes used to work with the NVD CVE data.
-
Uses of DriverLoadException in org.owasp.dependencycheck.data.nvdcve
Methods in org.owasp.dependencycheck.data.nvdcve that throw DriverLoadExceptionModifier and TypeMethodDescriptionstatic DriverLoads the specified class using the system class loader and registers the driver with the driver manager.static DriverLoads the specified class by registering the supplied paths to the class loader and then registers the driver with the driver manager.