Cope with invalid character descriptors more gracefully.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3785 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-12-15 22:14:37 +00:00
parent 51d349295e
commit ecfe79eb35
2 changed files with 92 additions and 71 deletions
@@ -62,7 +62,8 @@ public class CompositedActionFrames
// sanity check
if (sources == null || sources.length == 0) {
String errmsg = "Requested to composite invalid set of source " +
"frames! [sources=" + StringUtil.toString(sources) + "].";
"frames! [action=" + action +
", sources=" + StringUtil.toString(sources) + "].";
throw new RuntimeException(errmsg);
}