Class ValueOutOfConstraintException

All Implemented Interfaces:
Serializable

public class ValueOutOfConstraintException extends ParseException
See Also:
  • Constructor Details

    • ValueOutOfConstraintException

      public ValueOutOfConstraintException(String input, Set<String> allowedValues, Context<?> ctx)
  • Method Details

    • getAllowedValues

      public Set<String> getAllowedValues()