Class InvalidDataException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      InvalidDataException​(java.lang.String msg)
      Creates an InvalidDataException.
      InvalidDataException​(java.lang.String msg, java.lang.Exception ex)
      Creates an InvalidDataException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidDataException

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

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