Exception Breakpoint Suspend on Subclass of this Exception
Select the Suspend on Subclass of this Exception option to suspend execution when subclasses of the exception type are encountered.
For example, if an exception breakpoint for RuntimeException is configured to suspend on subclasses, it will also be triggered by a NullPointerException.