Uses of Class
org.webmacro.TemplateException

Packages that use TemplateException
org.webmacro   
org.webmacro.directive   
org.webmacro.engine   
org.webmacro.resource   
 

Uses of TemplateException in org.webmacro
 

Methods in org.webmacro that throw TemplateException
 void Template.parse()
          Force the template to parse now.
 java.lang.Object Template.getParam(java.lang.String name)
          A template may contain parameters, set by the #param directive.
 

Uses of TemplateException in org.webmacro.directive
 

Subclasses of TemplateException in org.webmacro.directive
static class Directive.NotSimpleVariableBuildException
          Utility exception used by directives to signal that an argument that was supposed to be a simple Variable (only one term) is not.
static class Directive.NotVariableBuildException
          Utility exception used by directives to signal that an argument that was supposed to be a Variable is not a variable.
 

Uses of TemplateException in org.webmacro.engine
 

Subclasses of TemplateException in org.webmacro.engine
 class BuildException
           
 class ParseException
          Exception raised on discovery of a parsing error.
 

Methods in org.webmacro.engine that throw TemplateException
protected  Parser WMTemplate.getParser()
          Subclasses can override this if they wish to invoke a parser other than the WM parser, or choose the parser on some more complicated condition.
 void WMTemplate.parse()
          Template API
 java.lang.Object WMTemplate.getParam(java.lang.String key)
          Template API
 

Uses of TemplateException in org.webmacro.resource
 

Methods in org.webmacro.resource that throw TemplateException
 void URLTemplate.parse()