Class TemplateRuleException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TemplateRule getTemplateRule()
      Gets bean rule.
      • 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
    • Constructor Detail

      • TemplateRuleException

        public TemplateRuleException​(java.lang.String msg,
                                     TemplateRule templateRule)
        Instantiates a new TemplateRuleException.
        Parameters:
        msg - the detail message
        templateRule - the template rule
      • TemplateRuleException

        public TemplateRuleException​(java.lang.String msg,
                                     TemplateRule templateRule,
                                     java.lang.Throwable cause)
        Instantiates a new TemplateRuleException.
        Parameters:
        msg - the detail message
        templateRule - the template rule
        cause - the root cause
    • Method Detail

      • getTemplateRule

        public TemplateRule getTemplateRule()
        Gets bean rule.
        Returns:
        the template rule