Class PathCreationException
- java.lang.Object
-
- java.lang.Throwable
-
- com.trivago.cluecumber.engine.exceptions.CluecumberException
-
- com.trivago.cluecumber.engine.exceptions.filesystem.PathCreationException
-
- All Implemented Interfaces:
Serializable
public class PathCreationException extends CluecumberException
Thrown when a path cannot be created.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PathCreationException(String path)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
-
PathCreationException
public PathCreationException(String path)
Constructor.- Parameters:
path- The path to be created.
-
-