Lines Matching refs:exception
734 // remove sub types of containing exception
742 ITypeReference exception = iterator.next();
743 if (isRuntimeExceptionOrErrorSubtype(exception)) {
842 private boolean isRuntimeExceptionOrErrorSubtype(ITypeReference exception) {
844 IClassDefinition clazz = getClassDefinition(exception);
857 private boolean isRuntimeExceptionOrError(IClassDefinition exception) {
858 if (exception == null) {
861 String packageName = exception.getPackageName();
862 String className = exception.getName();