if we get UnsupportedEncodingException include it as cause in the ConfigException

"Least likely thing to matter, ever"
This commit is contained in:
Havoc Pennington 2011-11-12 16:52:50 -05:00
parent 466a096398
commit 0d4feca770

View File

@ -36,7 +36,7 @@ final class Parser {
includer);
} catch (UnsupportedEncodingException e) {
throw new ConfigException.BugOrBroken(
"Java runtime does not support UTF-8");
"Java runtime does not support UTF-8", e);
}
}