pl.edu.agh.cast.util
Interface IExceptionHandler


public interface IExceptionHandler

Interface of asynchronous Exception handler.

Author:
tmilos

Method Summary
 void handleException(java.lang.Exception e)
          Handle exception.
 

Method Detail

handleException

void handleException(java.lang.Exception e)
Handle exception.

Parameters:
e - - exception to handle


Copyright © 2007-2008 AGH University of Science and Technology. All Rights Reserved.