public class AddExceptionBreakpointAction
extends java.lang.Object
Adds new exception breakpoint. It doesn't really make sense to have more than 2 such breakpoints
(one for uncaught and one for all breakpoints to be able to disable/enable them), but
there is no elegant way of limiting this.