Uses of Class
gate.util.LaxErrorHandler

Packages that use LaxErrorHandler
gate.util   
 

Uses of LaxErrorHandler in gate.util
 

Subclasses of LaxErrorHandler in gate.util
 class TemplateLaxErrorHandler
           
 

Fields in gate.util declared as LaxErrorHandler
private  LaxErrorHandler Lax._seh
           
 

Methods in gate.util that return LaxErrorHandler
 LaxErrorHandler Lax.getErrorHandler()
          Get the CustomErrorHandler
 

Methods in gate.util with parameters of type LaxErrorHandler
 void Lax.setErrorHandler(LaxErrorHandler leh)
          Sets the CustomErrorHandler
 

Constructors in gate.util with parameters of type LaxErrorHandler
Lax(LaxErrorHandler leh)
          Lax default constructor
Lax(Object handler_, LaxErrorHandler leh)
          Lax ctor with a single handler