]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/GenBuild/org/tianocore/build/exception/GenBuildException.java
moved exception and logger classes to org.tianocore.common package
[mirror_edk2.git] / Tools / Source / GenBuild / org / tianocore / build / exception / GenBuildException.java
index 51e0bd1f89ec117faec46029af8ca6a411c68970..c1d77444f159577a28298a3a845e5d2ae1aaa57a 100644 (file)
@@ -2,20 +2,20 @@
   GenBuildException class.\r
 \r
   The class handle the exception throwed by entity class.\r
\r
+\r
 Copyright (c) 2006, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 http://opensource.org/licenses/bsd-license.php\r
\r
+\r
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-**/   \r
+**/\r
 package org.tianocore.build.exception;\r
 \r
-import org.tianocore.exception.EdkException;\r
+import org.tianocore.common.exception.EdkException;\r
 \r
 /**\r
   The class handle the exception throwed by entity class.\r
@@ -24,13 +24,13 @@ public class GenBuildException extends EdkException {
     static final long serialVersionUID = -8034897190740066937L;\r
     /**\r
       Constructure function\r
-        \r
+\r
       @param expStr exception message string.\r
     **/\r
     public GenBuildException(String expStr) {\r
         super("[GenBuildException]:" + expStr);\r
     }\r
-    \r
+\r
     public GenBuildException() {\r
         super();\r
     }\r