Uses of Interface
de.dante.extex.interpreter.ErrorHandler

Packages that use ErrorHandler
de.dante.extex This package contains ExTeX – an implementation of a typesetting engine based on the concepts of TeX
de.dante.extex.interpreter This package contains the macro expansion engine and all supporting classes. 
de.dante.extex.interpreter.max This package contains an implementation for the interpreter. 
de.dante.extex.main.errorHandler This package contains some support classes for the error handling. 
 

Uses of ErrorHandler in de.dante.extex
 

Methods in de.dante.extex with parameters of type ErrorHandler
 void ExTeX.setErrorHandler(ErrorHandler handler)
          Setter for errorHandler.
 

Uses of ErrorHandler in de.dante.extex.interpreter
 

Methods in de.dante.extex.interpreter that return ErrorHandler
 ErrorHandler Interpreter.getErrorHandler()
          Getter for the error handler.
 ErrorHandler ErrorHandlerFactory.newInstance(java.lang.String type)
          Get an instance of an error handler.
 

Methods in de.dante.extex.interpreter with parameters of type ErrorHandler
 void Interpreter.setErrorHandler(ErrorHandler handler)
          Setter for the error handler.
 

Uses of ErrorHandler in de.dante.extex.interpreter.max
 

Methods in de.dante.extex.interpreter.max that return ErrorHandler
 ErrorHandler Max.getErrorHandler()
          Getter for the error handler.
 

Methods in de.dante.extex.interpreter.max with parameters of type ErrorHandler
 void Max.setErrorHandler(ErrorHandler handler)
          Setter for the error handler.
 

Uses of ErrorHandler in de.dante.extex.main.errorHandler
 

Classes in de.dante.extex.main.errorHandler that implement ErrorHandler
 class ErrorHandlerImpl
          This is a simple implementation of the error handler interacting with the user on the command line like TeX does.
 class ErrorHandlerTeXImpl
          This is the error handler in TeX compatibility mode: the message is presented in a TeX-compatible way.