Class PegParsingValueException

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

public class PegParsingValueException extends Exception
Used when a value can't be parsed.
See Also:
  • Constructor Details

    • PegParsingValueException

      public PegParsingValueException(String message)
    • PegParsingValueException

      public PegParsingValueException(String message, Object o1, Object o2, String operator)