Uses of Class
de.dante.extex.interpreter.interaction.InteractionUnknownException

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

Uses of InteractionUnknownException in de.dante.extex
 

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

Uses of InteractionUnknownException in de.dante.extex.interpreter.interaction
 

Methods in de.dante.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 de.dante.extex.main
 

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