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

uk.co.probablyfine.matchers.function.UnableToGuessMethodException Maven / Gradle / Ivy

The newest version!
package uk.co.probablyfine.matchers.function;

import java.lang.invoke.SerializedLambda;

public class UnableToGuessMethodException extends RuntimeException {
    UnableToGuessMethodException(SerializedLambda lambda) {
        super("Could not determine the single abstract method of " + lambda);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy