more info in Exception message

git-svn-id: http://scm.dspace.org/svn/repo/trunk@2254 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Andrea Bollini
2007-10-19 16:42:53 +00:00
parent 140c9f25e6
commit 1db6ad8882

View File

@@ -211,7 +211,7 @@ public class DCInputsReader
Vector pages = (Vector)formDefns.get(formName);
if ( pages == null )
{
throw new ServletException("Missing the default form");
throw new ServletException("Missing the " + formName + " form");
}
lastInputSet = new DCInputSet(formName, pages, valuePairs);
return lastInputSet;