|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SkypeExceptionHandler
Interface to handle an uncaught Throwable
in the listener's callback method.
Skype#setSkypeExceptionHanlder()
Method Summary | |
---|---|
void |
uncaughtExceptionHappened(Throwable e)
Invoked when a Throwable happened in calling the listener's callback method. |
Method Detail |
---|
void uncaughtExceptionHappened(Throwable e)
Throwable
happened in calling the listener's callback method.
Each failure of calling callback method executes this method.
e
- the throwable occured in the listener's callback method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |