All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.qa.framework.exception.NoSuchSetupException Maven / Gradle / Ivy

There is a newer version: 2.5
Show newest version
package com.qa.framework.exception;

/**
 * Created by apple on 15/11/22.
 */
public class NoSuchSetupException extends RuntimeException {

    /**
     * Instantiates a new No such setup exception.
     *
     * @param name the name
     */
    public NoSuchSetupException(String name) {
        super("找不到" + name + "这个Setup对象");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy