Skip to content
Snippets Groups Projects
Commit 1d005480 authored by tpylak's avatar tpylak
Browse files

minor: better error message

SVN: 19825
parent 8c870a80
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ public final class HCSImageCheckList
{
if (channelCodes.size() < 1)
{
throw new IllegalArgumentException("Number of channels smaller than one.");
throw new IllegalArgumentException("No channels defined!");
}
if (plateGeometry == null)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment