Package com.tngtech.jgiven.exception
Class JGivenInstallationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.tngtech.jgiven.exception.JGivenInstallationException
-
- All Implemented Interfaces:
java.io.Serializable
public class JGivenInstallationException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SUFFIX
-
Constructor Summary
Constructors Constructor Description JGivenInstallationException(java.lang.String message)
JGivenInstallationException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
SUFFIX
public static final java.lang.String SUFFIX
- See Also:
- Constant Field Values
-
-