@Nullable open fun resolveMethod(exception: Exception): Method
Find a Method to handle the given exception. Use ExceptionDepthComparator if more than one match is found.
exception - the exception
exception
Return a Method to handle the exception, or null if none found
null