Class PegNoMatchFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.vertigo.commons.peg.PegNoMatchFoundException
All Implemented Interfaces:
Serializable

public final class PegNoMatchFoundException extends Exception
Exception levée lorsque la règle n'est pas respectée.
Author:
pchretien
See Also:
  • Constructor Details

    • PegNoMatchFoundException

      public PegNoMatchFoundException(String s, int index, PegNoMatchFoundException rootException, String comment, Serializable... commentValues)
      Constructor.
      Parameters:
      s - Texte parsé
      index - Index dans le texte
      rootException - Cause
      comment - Explication de l'erreur au format MessageFormat si il y a des valeurs
      commentValues - Valeurs pour le MessageFormat de comment (il n'est pas conseillé de les fusionner au préalable dans comment)
  • Method Details