Fixed error message.

This commit is contained in:
Christian P. MOMON 2010-06-20 14:44:22 +02:00
parent 1d832b29de
commit cb0a16fe13

View file

@ -92,7 +92,7 @@ public class Digester
}
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)
{