Catch Exception

Author: Semmle LGTM

import java

from CatchClause catch
where catch.getACaughtType().hasQualifiedName('com.example', 'AnException')
select catch

Description

Finds places where we catch exceptions of type com.example.AnException