Fixed error message.
This commit is contained in:
parent
1d832b29de
commit
cb0a16fe13
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ public class Digester
|
||||||
}
|
}
|
||||||
catch (java.io.FileNotFoundException exception)
|
catch (java.io.FileNotFoundException exception)
|
||||||
{
|
{
|
||||||
throw new Exception("Digest method unknown.", exception);
|
throw new Exception("File not found (" + exception.getMessage() + ")", exception);
|
||||||
}
|
}
|
||||||
catch (java.io.IOException exception)
|
catch (java.io.IOException exception)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue