Package com.aventstack.extentreports
Class GherkinKeywordNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.ReflectiveOperationException
-
- java.lang.ClassNotFoundException
-
- com.aventstack.extentreports.GherkinKeywordNotFoundException
-
- All Implemented Interfaces:
Serializable
public class GherkinKeywordNotFoundException extends ClassNotFoundException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GherkinKeywordNotFoundException(String message)
-
Method Summary
-
Methods inherited from class java.lang.ClassNotFoundException
getCause, getException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GherkinKeywordNotFoundException
public GherkinKeywordNotFoundException(String message)
-
-