Package org.junit.experimental.theories
Class PotentialAssignment.CouldNotGenerateValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.junit.experimental.theories.PotentialAssignment.CouldNotGenerateValueException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PotentialAssignment
public static class PotentialAssignment.CouldNotGenerateValueException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CouldNotGenerateValueException()
CouldNotGenerateValueException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CouldNotGenerateValueException
public CouldNotGenerateValueException()
-
CouldNotGenerateValueException
public CouldNotGenerateValueException(Throwable e)
-
-