]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/GenBuild/org/tianocore/build/pcd/exception/EntityException.java
PCD tools update:
[mirror_edk2.git] / Tools / Source / GenBuild / org / tianocore / build / pcd / exception / EntityException.java
index 1e7ebfcbe1c3bef17c59782da6f0e9138827e27f..070c2db5d76b8dd6c687b8a24ca54ba777f2945a 100644 (file)
@@ -26,6 +26,6 @@ public class EntityException extends Exception {
       @param expStr exception message string.\r
     **/\r
     public EntityException(String expStr) {\r
-        super("[EntityException]:" + expStr);\r
+        super("[PCD EntityException]:" + expStr);\r
     }\r
 }\r