com.skype
Interface SkypeExceptionHandler


public interface SkypeExceptionHandler

Interface to handle an uncaught Throwable in the listener's callback method.

Author:
Koji Hisano
See Also:
Skype#setSkypeExceptionHanlder()

Method Summary
 void uncaughtExceptionHappened(Throwable e)
          Invoked when a Throwable happened in calling the listener's callback method.
 

Method Detail

uncaughtExceptionHappened

void uncaughtExceptionHappened(Throwable e)
Invoked when a Throwable happened in calling the listener's callback method.

Each failure of calling callback method executes this method.

Parameters:
e - the throwable occured in the listener's callback method


Copyright © 2004-2011. All Rights Reserved.