Class NullArgumentException

    • Constructor Detail

      • NullArgumentException

        public NullArgumentException​(String argumentName)
    • Method Detail

      • check

        public static void check​(String argumentName,
                                 Object argumentValue)
        Convenience method to protect against a null argument.
      • check

        public static void check​(Object argumentValue)
        Since:
        2.3.22