Uses of Class
org.ujac.util.template.StatementException

Packages that use StatementException
org.ujac.util.template   
 

Uses of StatementException in org.ujac.util.template
 

Subclasses of StatementException in org.ujac.util.template
 class AssertionException
          Name: AssertionException
Description: A class for assertion failures thrown by the ExpressionInterpreter.
 

Methods in org.ujac.util.template that throw StatementException
 TemplateToken BaseTemplateInterpreter.createToken(String tokenName)
          Gets the token type that matches the given text.
protected  BaseConditionToken BaseConditionToken.getPreviousCondition()
          Gets the previous condition token in the parent's child list.
 int BaseConditionToken.parseArguments()
          Parses the arguments of the token.
 int AssertToken.parseArguments()
          Parses the arguments of the token.
 void DefineToken.setArgument(Operand argument, int idx)
          Sets an argument.
 void ElseToken.setArgument(Operand argument, int idx)
          Sets an argument.
 void LogToken.setArgument(Operand argument, int idx)
          Sets an argument.
abstract  void TemplateToken.setArgument(Operand argument, int idx)
          Sets an argument.
 void ForeachToken.setArgument(Operand argument, int idx)
          Sets an argument.
 void AssertToken.setArgument(Operand argument, int idx)
          Sets an argument.
 



Copyright © 2003-2004 UJAC.org. All Rights Reserved.