Class: DimErrorHandler 
Library: DIM
Author: C. Gaspar  
Version: v1.0 Update :Thu Feb 11 15:52:46 1999

Descrition :

    Utility Class - Implements an Error Handler for DIM Servers and Clients
    If the user declares an errorHandler the method errorHandler is called when an error is detected
    otherwise an error message is printed on stdout.

Constructors :

Public Functions :

Usage :

    Example :

        DimErrorHandler erid = new DimErrorHandler()
        {
            public void errorHandler(int severity, int code, String msg)
            {
                if(code == DIMSVCDUPLC)
                    System.out.println("Service already declared");
                System.out.println("Error: "+msg+" sev: "+severity);
            }
        };


Last update : 02/19/99 12:49:03 by MkHelp 1.1.0