ccc.client.core
Interface ExceptionHandler

All Known Implementing Classes:
GWTExceptionHandler

public interface ExceptionHandler

API for handling client exceptions.

Author:
Civic Computing Ltd.

Method Summary
 void unexpectedError(java.lang.Throwable e, java.lang.String action)
          Report an unexpected exception to the user.
 

Method Detail

unexpectedError

void unexpectedError(java.lang.Throwable e,
                     java.lang.String action)
Report an unexpected exception to the user.

Parameters:
e - The exception to report.
action - The action being performed.


Copyright © 2010. All Rights Reserved.