Uses of Class
org.eclipse.jface.text.templates.TemplateException
-
Packages that use TemplateException Package Description org.eclipse.jface.text.templates Application programming interfaces for interaction with the Eclipse text template support. -
-
Uses of TemplateException in org.eclipse.jface.text.templates
Methods in org.eclipse.jface.text.templates that throw TemplateException Modifier and Type Method Description TemplateBufferDocumentTemplateContext. evaluate(Template template)abstract TemplateBufferTemplateContext. evaluate(Template template)Evaluates the template in this context and returns a template buffer.TemplateBufferTemplateTranslator. translate(String string)Translates a template string toTemplateBuffer.TemplateBufferTemplateTranslator. translate(Template template)Translates a template to aTemplateBuffer.voidTemplateContextType. validate(String pattern)Validates a pattern, aTemplateExceptionis thrown if validation fails.protected voidTemplateContextType. validateVariables(TemplateVariable[] variables)Validates the variables in this context type.
-