Skip to content
Snippets Groups Projects
Commit a67ab950 authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

changed exception message

parent 7ee26804
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ public final class Analysis implements UncaughtExceptionHandler {
final List<Stage> threadableStageJobs = this.configuration.getThreadableStageJobs();
if (threadableStageJobs.isEmpty()) {
throw new IllegalStateException("At least one stage must be added to the threadable jobs list");
throw new IllegalStateException("No stage was added, using the addThreadableStage(..) method. At least one stage must be added.");
}
for (Stage stage : threadableStageJobs) {
StageExceptionHandler newListener;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment