Added test to yang-maven-plugin-it.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / maven-yang-plugin / src / main / java / org / opendaylight / controller / yang2sources / plugin / Util.java
index 5676530afec2eaecedab1469608654abb3ebc675..9737b45e3231e4e002f173fa29d98e389690e6f8 100644 (file)
@@ -51,7 +51,7 @@ final class Util {
 
         File file = new File(rootDir);
         if(!file.exists()) {
 
         File file = new File(rootDir);
         if(!file.exists()) {
-            throw new FileNotFoundException();
+            throw new FileNotFoundException(rootDir);
         }
 
         Collection<File> yangFiles = FileUtils.listFiles(new File(rootDir),
         }
 
         Collection<File> yangFiles = FileUtils.listFiles(new File(rootDir),