Class MissingRequiredArgumentException

  • All Implemented Interfaces:
    Serializable

    public class MissingRequiredArgumentException
    extends Exception
    Exception indicating that the required argument is missing.
    See Also:
    Serialized Form
    • Constructor Detail

      • MissingRequiredArgumentException

        public MissingRequiredArgumentException​(String argumentName)
    • Method Detail

      • getArgumentName

        public String getArgumentName()