Package com.fizzed.rocker
Class TemplateBindException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.fizzed.rocker.TemplateBindException
- All Implemented Interfaces:
Serializable
Runtime exception while binding values to a RockerTemplate.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTemplateBindException(String templatePath, String templateClassName, String message) TemplateBindException(String templatePath, String templateClassName, String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionprivate static StringbuildMessage(String templatePath, String message) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
templatePath
-
templateClassName
-
-
Constructor Details
-
TemplateBindException
-
TemplateBindException
-
-
Method Details
-
getTemplatePath
-
getTemplateClassName
-
buildMessage
-