Class FilizerFileNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
io.github.monsieurdoceo.filizer.shared.exceptions.FilizerFileNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when a requested file cannot be found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFilizerFileNotFoundException(AppLogger logger, String name, Throwable cause) Creates a new file-not-found 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