Class ParseArgumentsMissingException

All Implemented Interfaces:
Serializable

public class ParseArgumentsMissingException extends ParseRestrictionViolatedException
Exception thrown when required arguments are missing
See Also:
  • Field Details

  • Constructor Details

    • ParseArgumentsMissingException

      public ParseArgumentsMissingException(List<String> argumentTitles)
    • ParseArgumentsMissingException

      public ParseArgumentsMissingException(String message, List<String> argumentTitles, Object... args)
  • Method Details

    • getArgumentTitle

      public List<String> getArgumentTitle()
      Gets the argument title
      Returns:
      Title