Uses of Class
org.owasp.dependencycheck.data.nvdcve.DriverLoadException
-
Packages that use DriverLoadException Package Description org.owasp.dependencycheck.data.nvdcve 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 DriverLoadException Modifier and Type Method Description static java.sql.Driver
DriverLoader. load(java.lang.String className)
Loads the specified class using the system class loader and registers the driver with the driver manager.static java.sql.Driver
DriverLoader. load(java.lang.String className, java.lang.String pathToDriver)
Loads the specified class by registering the supplied paths to the class loader and then registers the driver with the driver manager.
-