mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user