Package com.tngtech.jgiven.exception
Class AmbiguousResolutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.tngtech.jgiven.exception.JGivenWrongUsageException
-
- com.tngtech.jgiven.exception.AmbiguousResolutionException
-
- All Implemented Interfaces:
java.io.Serializable
public class AmbiguousResolutionException extends JGivenWrongUsageException
Thrown when a field cannot be uniquely resolved by the name or type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AmbiguousResolutionException(java.lang.String message)
-