Class CluecumberException
- java.lang.Object
-
- java.lang.Throwable
-
- com.trivago.cluecumber.engine.exceptions.CluecumberException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FileCreationException,MissingFileException,PathCreationException,WrongOrMissingPropertyException
public class CluecumberException extends Throwable
The base Cluecumber Report plugin exception that all exceptions extend. Since this extends theThrowable, it will stop the plugin execution when thrown.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CluecumberException(String message)Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CluecumberException
public CluecumberException(String message)
Constructor.- Parameters:
message- The error message for the exception.
-
-