Package com.tngtech.jgiven.exception
Class JGivenInternalDefectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.tngtech.jgiven.exception.JGivenInternalDefectException
-
- All Implemented Interfaces:
java.io.Serializable
public class JGivenInternalDefectException extends java.lang.RuntimeException
If this exception is thrown there is most likely a bug in JGiven.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JGivenInternalDefectException(java.lang.String msg)
JGivenInternalDefectException(java.lang.String msg, java.lang.Exception e)
-