mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +00:00
make an error message more understandable
This commit is contained in:
@@ -582,7 +582,7 @@ public class TableRow
|
||||
return canonicalized;
|
||||
}
|
||||
|
||||
throw new IllegalArgumentException("No such column " + canonicalized);
|
||||
throw new IllegalArgumentException("No such column '" + canonicalized + "'");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user