Uses of Class
org.extex.main.tex.exception.MainException

Packages that use MainException
org.extex.main.tex This package contains some support classes for the ExTeX main program. 
org.extex.main.tex.exception This package contains some support classes for the ExTeX main program. 
 

Uses of MainException in org.extex.main.tex
 

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

Uses of MainException in org.extex.main.tex.exception
 

Subclasses of MainException in org.extex.main.tex.exception
 class MainCodingException
          This exception is thrown when the main program detects an configuration error.
 class MainConfigurationException
          This exception is thrown when the main program detects an configuration error.
 class MainIOException
          This exception is a wrapper for the IOException.
 class MainMissingArgumentException
          This exception is thrown when the main program detects that an advertised argument is missing.
 class MainOutputFileNotFoundException
          This exception is thrown when the main program tries to open an output file and is not able to perform this operation.
 class MainUnknownDebugOptionException
          This exception is thrown when the main program encounters an unknown debug option.
 class MainUnknownOptionException
          This exception is thrown when the main program encounters an unknown command-line option.