7273747576777879
lock.wait(timeout); //如果等待失败,抛出异常 if(this.curBuddy==null || !this.curBuddy.getUri().equals(buddy.getUri())) throw new DialogException("Buddy enter dialog failed. Buddy="+buddy); } }
221222223224225226227228229230231
} } if (index < 0) { throw new DialogException("Can't use this type of file!!!"); } ArrayList<FilterType> filters = filterLoader.getFilterTypes(currentModelName); FilterType filter = filters.get(index);