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

com.tngtech.jgiven.exception.AmbiguousResolutionException Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package com.tngtech.jgiven.exception;

/**
 * Thrown when a field cannot be uniquely resolved by the name or type.
 */
public class AmbiguousResolutionException extends JGivenWrongUsageException {
    private static final long serialVersionUID = 1L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy