Class TemplateBindException

All Implemented Interfaces:
Serializable

public class TemplateBindException extends RuntimeException
Runtime exception while binding values to a RockerTemplate.
See Also:
  • Field Details

    • templatePath

      private final String templatePath
    • templateClassName

      private final String templateClassName
  • Constructor Details

    • TemplateBindException

      public TemplateBindException(String templatePath, String templateClassName, String message)
    • TemplateBindException

      public TemplateBindException(String templatePath, String templateClassName, String message, Throwable cause)
  • Method Details

    • getTemplatePath

      public String getTemplatePath()
    • getTemplateClassName

      public String getTemplateClassName()
    • buildMessage

      private static String buildMessage(String templatePath, String message)