scheduleVertices();
}
synchronized <T> void exceptionOcurred(Throwable throwable, VerticesProcessor<T> processor, List<VertexImpl<T>> vertices) {
if (exception == null) {
exception = new VerticesProcessingException(throwable, processor, vertices);
rootProcessed();
}
}