vnas.sm
Interface IExceptionHandler


public interface IExceptionHandler

Exception handler interface for ISMaker.


Method Summary
 void handleException(java.lang.Exception e)
          If SMaker catches an exception and the exception handler has been set, this method is called.
 

Method Detail

handleException

public void handleException(java.lang.Exception e)
If SMaker catches an exception and the exception handler has been set, this method is called.
Parameters:
e - the exception thas has been catched