Uses of Class
org.weborganic.uri.template.URITemplateSyntaxException

Uses of URITemplateSyntaxException in org.weborganic.uri.template
 

Methods in org.weborganic.uri.template that throw URITemplateSyntaxException
static List<Token> URITemplate.digest(String template)
          Returns the list of tokens corresponding to the specified URI template.
static Variable Variable.parse(String exp)
          Parses the given expression and returns the corresponding instance.
static TokenOperatorRF TokenOperatorRF.parse(String exp)
          Parses the specified string and returns the corresponding token.
static TokenOperatorD3 TokenOperatorD3.parse(String exp)
          Parses the specified string and returns the corresponding token.
 

Constructors in org.weborganic.uri.template that throw URITemplateSyntaxException
TokenVariable(String exp)
          Creates a new variable token.