Class MustacheException

  • All Implemented Interfaces:
    Serializable

    public class MustacheException
    extends org.pipservices3.commons.errors.BadRequestException
    Exception that can be thrown by Mustache Template.
    See Also:
    Serialized Form
    • Constructor Detail

      • MustacheException

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