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

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

The newest version!
package org.robotframework.remoteserver.exceptions;

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

    /**
     * @param message Description of error
     */
    public IllegalPathException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy