/* (non-Javadoc)
* @see org.python.pydev.debug.model.IExceptionsBreakpointListener#onSetConfiguredExceptions()
*/
public void onSetConfiguredExceptions() {
// Sending python exceptions to the debugger
SendPyExceptionCommand sendCmd = new SendPyExceptionCommand(this);
this.postCommand(sendCmd);
}