Uses of Interface
org.jasen.interfaces.JasenErrorHandler

Packages that use JasenErrorHandler
org.jasen.core.engine   
org.jasen.error   
org.jasen.update   
 

Uses of JasenErrorHandler in org.jasen.core.engine
 

Methods in org.jasen.core.engine that return JasenErrorHandler
 JasenErrorHandler Jasen.getErrorHandler()
          Gets the error handler used by the scanner
 

Methods in org.jasen.core.engine with parameters of type JasenErrorHandler
 void Jasen.setErrorHandler(JasenErrorHandler errorHandler)
          Sets the error handler used by the scanner
 

Uses of JasenErrorHandler in org.jasen.error
 

Classes in org.jasen.error that implement JasenErrorHandler
 class EmptyErrorHandler
           The EmptyErrorHandler ignores all errors, but counts each occurrence of an error.
 class SystemErrorHandler
           Implementation of the JasenErrorHandler which simply prints exceptions to System.err.
 

Methods in org.jasen.error that return JasenErrorHandler
 JasenErrorHandler ErrorHandlerBroker.getErrorHandler()
          Gets the current application-wide error handler
 

Methods in org.jasen.error with parameters of type JasenErrorHandler
 void ErrorHandlerBroker.setErrorHandler(JasenErrorHandler handler)
          Sets true if the message could not be parsed, false otherwise
 

Uses of JasenErrorHandler in org.jasen.update
 

Methods in org.jasen.update that return JasenErrorHandler
 JasenErrorHandler JasenAutoUpdateManager.getErrorHandler()
           
 JasenErrorHandler JasenAutoUpdateConfiguration.getErrorHandler()
           
 

Methods in org.jasen.update with parameters of type JasenErrorHandler
 void JasenAutoUpdateConfiguration.setErrorHandler(JasenErrorHandler errorHandler)