Uses of Interface
org.mondemand.ErrorHandler

Packages that use ErrorHandler
org.mondemand   
 

Uses of ErrorHandler in org.mondemand
 

Classes in org.mondemand that implement ErrorHandler
 class DefaultErrorHandler
          This implements the ErrorHandler interface and provides the default handler for MonDemand errors, which writes errors to standard error.
 

Methods in org.mondemand that return ErrorHandler
 ErrorHandler Client.getErrorHandler()
           
 

Methods in org.mondemand with parameters of type ErrorHandler
 void Client.setErrorHandler(ErrorHandler errorHandler)
          Sets a custom error handler.
 



Copyright © 2012. All Rights Reserved.