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

org.robotframework.remoteserver.exceptions.IllegalPathException Maven / Gradle / Ivy

There is a newer version: 3.6.0
Show newest version
package org.robotframework.remoteserver.exceptions;

/**
 * Thrown when a path is not valid for mapping to a library
 */
public class IllegalPathException extends RuntimeException {

    public IllegalPathException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy