Class ArgumentNullException

    • Constructor Detail

      • ArgumentNullException

        public ArgumentNullException​(String argument)
        c-tor.
        Parameters:
        argument - argument name
      • ArgumentNullException

        public ArgumentNullException​(String argument,
                                     String message)
        The Constructor.
        Parameters:
        argument - the argument
        message - the message
      • ArgumentNullException

        public ArgumentNullException​(String argument,
                                     String message,
                                     Throwable cause)
        The Constructor.
        Parameters:
        argument - the argument
        message - the message
        cause - the cause
      • ArgumentNullException

        public ArgumentNullException​(String argument,
                                     Throwable cause)
        The Constructor.
        Parameters:
        argument - the argument
        cause - the cause
    • Method Detail

      • getArgument

        public String getArgument()
        Name of the argument that should not be null.
        Returns:
        Returns the argument.