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:
java.io.Serializable
public class TemplateBindException extends java.lang.RuntimeExceptionRuntime exception while binding values to a RockerTemplate.- Author:
- joelauer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateBindException(java.lang.String templatePath, java.lang.String templateClassName, java.lang.String message)TemplateBindException(java.lang.String templatePath, java.lang.String templateClassName, java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetTemplateClassName()java.lang.StringgetTemplatePath()
-
-
-
Constructor Detail
-
TemplateBindException
public TemplateBindException(java.lang.String templatePath, java.lang.String templateClassName, java.lang.String message)
-
TemplateBindException
public TemplateBindException(java.lang.String templatePath, java.lang.String templateClassName, java.lang.String message, java.lang.Throwable cause)
-
-