Uses of Class
lumis.service.emailtemplaterepository.UnresolvedVariableException
-
Packages that use UnresolvedVariableException Package Description lumis.service.emailtemplaterepository Repository for storing email templates. -
-
Uses of UnresolvedVariableException in lumis.service.emailtemplaterepository
Methods in lumis.service.emailtemplaterepository that throw UnresolvedVariableException Modifier and Type Method Description ISingleMail
IEmailTemplate. format(IEmailTemplateVariableResolver variableResolver)
Returns the formated email.String
IEmailTemplateVariableResolver. resolveVariable(String variableName)
Resolves the variable with the given name.
-