Class InvalidDataException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.owasp.dependencycheck.data.update.exception.InvalidDataException
All Implemented Interfaces:
Serializable

@ThreadSafe public class InvalidDataException extends Exception
An InvalidDataDataException is a generic exception used when trying to load the NVD CVE meta data.
Author:
Jeremy Long
See Also:
  • Constructor Details

    • InvalidDataException

      public InvalidDataException(String msg)
      Creates an InvalidDataException.
      Parameters:
      msg - the exception message
    • InvalidDataException

      public InvalidDataException(String msg, Exception ex)
      Creates an InvalidDataException.
      Parameters:
      msg - the exception message
      ex - the cause of the exception