buildframework/helium/sf/java/checktools/src/com/nokia/helium/checktools/CheckToolException.java
changeset 628 7c4a911dc066
parent 587 85df38eb4012
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    19 /**
    19 /**
    20  * CheckToolException is a runtime exception used to indicate an error or a
    20  * CheckToolException is a runtime exception used to indicate an error or a
    21  * failure occurred during checking of tools required by the Helium.
    21  * failure occurred during checking of tools required by the Helium.
    22  * 
    22  * 
    23  */
    23  */
    24 public class CheckToolException extends RuntimeException {
    24 public class CheckToolException extends Exception {
    25 
    25 
    26     private static final long serialVersionUID = 1L;
    26     private static final long serialVersionUID = 1L;
    27 
    27 
    28     /**
    28     /**
    29      * Create an instance of CheckToolException.
    29      * Create an instance of CheckToolException.