]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/GenBuild/org/tianocore/build/pcd/action/PcdDatabase.java
Fixed grammar in messages.
[mirror_edk2.git] / Tools / Source / GenBuild / org / tianocore / build / pcd / action / PcdDatabase.java
index a42ef927ad8d0cb8a8b2bbd2f95bc5eb6d2a6893..0460efd9ee5f3416d25fc2084887a2c83f4db198 100644 (file)
@@ -1326,7 +1326,7 @@ public class PcdDatabase {
         case POINTER:\r
             return "UINT8";\r
         default:\r
         case POINTER:\r
             return "UINT8";\r
         default:\r
-            throw new EntityException("Unknown type in getDataTypeCDeclaration");\r
+            throw new EntityException("Unknown DatumType in getDataTypeCDeclaration");\r
         }\r
     }\r
 \r
         }\r
     }\r
 \r
@@ -1486,7 +1486,7 @@ public class PcdDatabase {
                 retStr = retStr +"\r\n" + str;\r
             }\r
         } catch (Exception ex) {\r
                 retStr = retStr +"\r\n" + str;\r
             }\r
         } catch (Exception ex) {\r
-            throw new EntityException("Fatal error when generating PcdDatabase Common Definitions");\r
+            throw new EntityException("Fatal error when generating PcdDatabase Common Definitions!");\r
         }\r
 \r
         return retStr;\r
         }\r
 \r
         return retStr;\r
@@ -1509,7 +1509,7 @@ public class PcdDatabase {
                 retStr = retStr +"\r\n" + str;\r
             }\r
         } catch (Exception ex) {\r
                 retStr = retStr +"\r\n" + str;\r
             }\r
         } catch (Exception ex) {\r
-            throw new EntityException("Fatal error when generating PcdDatabase Dxe Definitions");\r
+            throw new EntityException("Fatal error when generating PcdDatabase Dxe Definitions!");\r
         }\r
 \r
         return retStr;\r
         }\r
 \r
         return retStr;\r
@@ -1532,7 +1532,7 @@ public class PcdDatabase {
                 retStr = retStr +"\r\n" + str;\r
             }\r
         } catch (Exception ex) {\r
                 retStr = retStr +"\r\n" + str;\r
             }\r
         } catch (Exception ex) {\r
-            throw new EntityException("Fatal error when generating PcdDatabase Pei Definitions");\r
+            throw new EntityException("Fatal error when generating PcdDatabase Pei Definitions!");\r
         }\r
 \r
         return retStr;\r
         }\r
 \r
         return retStr;\r
@@ -1585,7 +1585,7 @@ public class PcdDatabase {
         if ((uuidString.charAt(0) == '0') && ((uuidString.charAt(1) == 'x') || (uuidString.charAt(1) == 'X'))) {\r
             splitStringArray = uuidString.split("," );\r
             if (splitStringArray.length != 11) {\r
         if ((uuidString.charAt(0) == '0') && ((uuidString.charAt(1) == 'x') || (uuidString.charAt(1) == 'X'))) {\r
             splitStringArray = uuidString.split("," );\r
             if (splitStringArray.length != 11) {\r
-                throw new EntityException ("[FPD file error] Wrong format for UUID string: " + uuidString);\r
+                throw new EntityException ("[FPD file error] Wrong format for GUID string: " + uuidString);\r
             }\r
 \r
             //\r
             }\r
 \r
             //\r
@@ -1626,4 +1626,4 @@ public class PcdDatabase {
 \r
         return UUID.fromString(uuidString);\r
     }\r
 \r
         return UUID.fromString(uuidString);\r
     }\r
-}
\ No newline at end of file
+}\r