Uses of Class
org.extex.interpreter.exception.InteractionUnknownException

Packages that use InteractionUnknownException
org.extex This package contains ExTeX – an implementation of a typesetting engine based on the concepts of TeX
org.extex.interpreter.interaction This package contains classes and interfaces for the interaction mode. 
org.extex.main.tex This package contains some support classes for the ExTeX main program. 
 

Uses of InteractionUnknownException in org.extex
 

Methods in org.extex that throw InteractionUnknownException
protected  void ExTeX.applyInteraction()
          Propagate the settings for the interaction mode to the interactionObserver.
 

Uses of InteractionUnknownException in org.extex.interpreter.interaction
 

Methods in org.extex.interpreter.interaction that throw InteractionUnknownException
static Interaction Interaction.get(int mode)
          This is a factory method for interaction modes.
static int Interaction.get(Interaction mode)
          Find the integer number corresponding to an interaction
static Interaction Interaction.get(java.lang.String mode)
          This is a factory method for interaction modes.
 

Uses of InteractionUnknownException in org.extex.main.tex
 

Methods in org.extex.main.tex that throw InteractionUnknownException
protected  int TeX.runCommandLine(java.lang.String[] args)
          Process the command line arguments.