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