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

org.itest.exception.ITestDeclarationNotFoundException Maven / Gradle / Ivy

There is a newer version: 1.5.4
Show newest version
package org.itest.exception;

public class ITestDeclarationNotFoundException extends ITestException {
    private static final long serialVersionUID = 1L;

    public ITestDeclarationNotFoundException(String string) {
        super(string);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy