Class InvalidDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.owasp.dependencycheck.data.update.exception.InvalidDataException
- All Implemented Interfaces:
Serializable
An InvalidDataDataException is a generic exception used when trying to load
the NVD CVE meta data.
- Author:
- Jeremy Long
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an InvalidDataException.InvalidDataException(String msg, Exception ex) Creates an InvalidDataException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidDataException
Creates an InvalidDataException.- Parameters:
msg- the exception message
-
InvalidDataException
-