fdda.plugins
Interface ErrorHandler

All Known Implementing Classes:
DefaultErrorHandler

public interface ErrorHandler

Interface for objects that handle errors that occur while using a plug-in. May show error messages to the user.

Author:
Jörg Rüdenauer

Method Summary
 void handleError(int type, String title, String message)
          Handles an error.
 

Method Detail

handleError

public void handleError(int type,
                        String title,
                        String message)
Handles an error. The type is one of the constants of Notification

Parameters:
type - the type of the error
title - a title for the message (needs not be used by the handler)
message - the error message
See Also:
Notification


API documentation for FDDA version 0.9. Generated on 17/02/2004 14:12.