Class TemplateRenderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.renomad.minum.templating.TemplateRenderException
All Implemented Interfaces:
Serializable

public final class TemplateRenderException extends RuntimeException
This exception is thrown when we try to render a string template but fail to include a key for one of the key values - that is, if the template is "hello {foo}", and our map doesn't include a value for foo, this exception will get thrown.
See Also:
  • Constructor Details

    • TemplateRenderException

      public TemplateRenderException(String msg)