Uses of Class
gate.creole.tokeniser.TokeniserException

Packages that use TokeniserException
gate.creole.tokeniser   
 

Uses of TokeniserException in gate.creole.tokeniser
 

Subclasses of TokeniserException in gate.creole.tokeniser
 class InvalidRuleException
          Fired when an invalid tokeniser rule is found
 

Methods in gate.creole.tokeniser that throw TokeniserException
(package private)  void DFSMState.buildTokenDesc()
          Builds the token description for the token that will be generated when this final state will be reached and the action associated with it will be fired.
(package private)  void SimpleTokeniser.parseRule(String line)
          Parses one input line containing a tokeniser rule.
(package private)  FSMState SimpleTokeniser.parseLHS(FSMState startState, StringTokenizer st, String until)
          Parses a part or the entire LHS.
(package private)  String SimpleTokeniser.parseQuotedString(StringTokenizer st, String until)
          Parses from the given string tokeniser until it finds a specific delimiter.
(package private)  void SimpleTokeniser.eliminateVoidTransitions()
          Converts the FSM from a non-deterministic to a deterministic one by eliminating all the unrestricted transitions.