Class ParseRestrictionViolatedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ParseArgumentsIllegalValueException, ParseArgumentsMissingException, ParseArgumentsUnexpectedException, ParseCommandMissingException, ParseCommandUnrecognizedException, ParseOptionGroupException, ParseOptionIllegalValueException, ParseOptionMissingException, ParseOptionMissingValueException, ParseOptionOutOfRangeException, ParseTooManyArgumentsException

public class ParseRestrictionViolatedException extends ParseException
Exception class that indicates that some restriction was violated
See Also:
  • Field Details

  • Constructor Details

    • ParseRestrictionViolatedException

      public ParseRestrictionViolatedException(String message, Object... args)
    • ParseRestrictionViolatedException

      public ParseRestrictionViolatedException(Exception cause, String message, Object... args)