Uses of Class
com.ecyrd.jspwiki.NoSuchVariableException

Packages that use NoSuchVariableException
com.ecyrd.jspwiki   
 

Uses of NoSuchVariableException in com.ecyrd.jspwiki
 

Methods in com.ecyrd.jspwiki that throw NoSuchVariableException
 String VariableManager.getValue(WikiContext context, String varName)
          Returns a value of the named variable.
 String VariableManager.parseAndGetValue(WikiContext context, String link)
          Parses the link and finds a value.