Class MustacheException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pipservices3.commons.errors.ApplicationException
org.pipservices3.commons.errors.BadRequestException
org.pipservices3.expressions.mustache.MustacheException
All Implemented Interfaces:
Serializable

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

    • MustacheException

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