buildframework/helium/sf/java/checktools/src/com/nokia/helium/checktools/OSResolver.java
changeset 628 7c4a911dc066
parent 587 85df38eb4012
--- a/buildframework/helium/sf/java/checktools/src/com/nokia/helium/checktools/OSResolver.java	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/java/checktools/src/com/nokia/helium/checktools/OSResolver.java	Fri Aug 13 14:59:05 2010 +0300
@@ -48,7 +48,7 @@
      *            is the command to be formatted.
      * @return the formatted OS specific command string.
      */
-    public static String getCommand(String cmd) {
+    public static String getCommand(String cmd) throws CheckToolException {
         StringBuffer buffer = new StringBuffer();
         if (isOs("windows")) {
             if (!isOs("win9x")) {
@@ -71,7 +71,7 @@
      *            The OS family
      * @return true if the OS matches; otherwise false.
      */
-    public static boolean isOs(String family) {
+    public static boolean isOs(String family) throws CheckToolException {
         boolean retValue = false;
         if (family != null) {
             // windows probing logic relies on the word 'windows' in