93949596979899100101102103
} else { return null; } } catch (Exception e) { // null pointer throw new AFFileNotFoundException("Cannot get resource from " + path, e); } finally { try { if (is != null) { is.close(); }