Class SyntaxException

  • All Implemented Interfaces:
    Serializable

    public class SyntaxException
    extends org.pipservices3.commons.errors.BadRequestException
    Exception that can be thrown by Expression Parser.
    See Also:
    Serialized Form
    • Constructor Detail

      • SyntaxException

        public SyntaxException​(String correlationId,
                               String code,
                               String message,
                               int line,
                               int column)