All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jvnet.jaxbvalidation.problem.structure.TooFewElementsProblem Maven / Gradle / Ivy

package org.jvnet.jaxbvalidation.problem.structure;


/**
 * Too few elements problem.
 */
public class TooFewElementsProblem
  extends org.jvnet.jaxbvalidation.problem.structure.ElementsNumberProblem
{
  /**
   * Constructs a new problem.
   *
   * @param count    effective count.
   * @param expected minimum count.
   */
  public TooFewElementsProblem(final int count, final int expected)
  {
    super(count, expected);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy