]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/PcdTools/org/tianocore/pcd/exception/EntityException.java
1, Make exception string friendly, readable.
[mirror_edk2.git] / Tools / Source / PcdTools / org / tianocore / pcd / exception / EntityException.java
index ca258108550b08b98b876755e54e8b024dab13a7..77d4518a554e6a3ab92e1e4345f1f876614da5db 100644 (file)
@@ -26,6 +26,6 @@ public class EntityException extends Exception {
       @param expStr exception message string.\r
     **/\r
     public EntityException(String expStr) {\r
-        super("[PCD EntityException]:" + expStr);\r
+        super("[PCD tools Internal Errors]:" + expStr);\r
     }\r
 }\r