mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 09:31:32 +01:00
fix exception message
This commit is contained in:
@@ -760,7 +760,7 @@ public class Engine implements FileFilter, AutoCloseable {
|
|||||||
} catch (ExecutionException e) {
|
} catch (ExecutionException e) {
|
||||||
throwFatalExceptionCollection("Analysis task failed with a fatal exception.", e, exceptions);
|
throwFatalExceptionCollection("Analysis task failed with a fatal exception.", e, exceptions);
|
||||||
} catch (CancellationException e) {
|
} catch (CancellationException e) {
|
||||||
throwFatalExceptionCollection("Analysis task timed out.", e, exceptions);
|
throwFatalExceptionCollection("Analysis task was cancelled.", e, exceptions);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user