Class FilizerInvalidFilePathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
io.github.monsieurdoceo.filizer.shared.exceptions.FilizerInvalidFilePathException
- All Implemented Interfaces:
Serializable
Thrown when a file path or file name is invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFilizerInvalidFilePathException(AppLogger logger, Path path, String name, Throwable cause) Creates a new invalid-file-path exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details