Package io.cucumber.core.gherkin
Class FeatureParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.cucumber.core.gherkin.FeatureParserException
-
- All Implemented Interfaces:
Serializable
public final class FeatureParserException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FeatureParserException(String message)
FeatureParserException(String message, Throwable cause)
FeatureParserException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-