Class UnexpectedEnumValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.lang.AssertionError
-
- net.serenitybdd.screenplay.exceptions.UnexpectedEnumValueException
-
- All Implemented Interfaces:
Serializable
public class UnexpectedEnumValueException extends AssertionError
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnexpectedEnumValueException(String detailMessage)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnexpectedEnumValueException
public UnexpectedEnumValueException(String detailMessage)
-
-