java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.renomad.minum.templating.TemplateRenderException
- All Implemented Interfaces:
Serializable
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TemplateRenderException
-