org.yasl.arch.errors
Interface YASLErrorHandler

All Known Implementing Classes:
YASLErrorHandlerImpl

public interface YASLErrorHandler

Interface for logging and/or displaying errors.


Method Summary
 void handleAppError(Exception ex)
          Provides a mechanism to log and/or display error information to the user.
 

Method Detail

handleAppError

public void handleAppError(Exception ex)
Provides a mechanism to log and/or display error information to the user.

Parameters:
ex - Exception