Skip to content
Snippets Groups Projects
Commit 267c088e authored by buczekp's avatar buczekp
Browse files

[LMS-2104] improved error message when data set file is not available

SVN: 21455
parent 1bfbc942
No related branches found
No related tags found
No related merge requests found
...@@ -305,7 +305,7 @@ class PathInfoProviderBasedHierarchicalContent implements IHierarchicalContent ...@@ -305,7 +305,7 @@ class PathInfoProviderBasedHierarchicalContent implements IHierarchicalContent
return asFileContentProvider(node); return asFileContentProvider(node);
} }
throw new IllegalArgumentException("Resource '" + FileUtilities.getRelativeFile(root, file) throw new IllegalArgumentException("Resource '" + FileUtilities.getRelativeFile(root, file)
+ "' does not exist."); + "' is currently not available. It might be in an archive.");
} }
private interface IFileContentProvider private interface IFileContentProvider
......
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