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

org.fluentlenium.adapter.exception.MethodNotFoundException Maven / Gradle / Ivy

package org.fluentlenium.adapter.exception;

/**
 * Exception to be thrown when a method cannot be found.
 */
public class MethodNotFoundException extends RuntimeException {

    public MethodNotFoundException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy