]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/GenBuild/org/tianocore/build/exception/TianoToolsException.java
moved exception and logger classes to org.tianocore.common package
[mirror_edk2.git] / Tools / Source / GenBuild / org / tianocore / build / exception / TianoToolsException.java
index 87505e49b1ca676fd9647e8f3b87d57272502f10..077905a8e86e22461ab066a5968853bd42731b42 100644 (file)
@@ -2,20 +2,20 @@
   TianoToolsException 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,17 +24,17 @@ public class TianoToolsException extends EdkException {
     static final long serialVersionUID = -8034897190740066935L;\r
     /**\r
       Constructure function\r
-        \r
+\r
       @param expStr exception message string.\r
     **/\r
     public TianoToolsException(String expStr) {\r
         super("[TianoToolsException]:" + expStr);\r
     }\r
-    \r
+\r
     public TianoToolsException() {\r
         super();\r
     }\r
-    \r
+\r
     public TianoToolsException (Exception e, String message){\r
         super(e, message);\r
     }\r