Class NullArgumentException

    • Constructor Detail

      • NullArgumentException

        public NullArgumentException()
        Default constructor.
      • NullArgumentException

        public NullArgumentException​(Localizable specifier,
                                     Object... parts)
        Simple constructor.
        Parameters:
        specifier - format specifier (to be translated).
        parts - parts to insert in the format (no translation).