Glg Toolkit

com.genlogic
Interface GlgErrorHandler


public interface GlgErrorHandler

Error handler interface. Implemented by custom error handlers.


Method Summary
 void Error(java.lang.String message)
          Custom error handling method.
 

Method Detail

Error

public void Error(java.lang.String message)
Custom error handling method. This method is invoked with a diagnostics message when an error occurs.

Parameters:
message - Error description

Glg Toolkit