Class TemplateBindException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TemplateBindException
    extends java.lang.RuntimeException
    Runtime exception while binding values to a RockerTemplate.
    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 Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.lang.String buildMessage​(java.lang.String templatePath, java.lang.String message)  
      java.lang.String getTemplateClassName()  
      java.lang.String getTemplatePath()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • templatePath

        private final java.lang.String templatePath
      • templateClassName

        private final java.lang.String templateClassName
    • 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)
    • Method Detail

      • getTemplatePath

        public java.lang.String getTemplatePath()
      • getTemplateClassName

        public java.lang.String getTemplateClassName()
      • buildMessage

        private static java.lang.String buildMessage​(java.lang.String templatePath,
                                                     java.lang.String message)