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

public final class FilizerInvalidFilePathException extends IllegalArgumentException
Thrown when a file path or file name is invalid.
See Also:
  • Constructor Details

    • FilizerInvalidFilePathException

      public FilizerInvalidFilePathException(AppLogger logger, Path path, String name, Throwable cause)
      Creates a new invalid-file-path exception.
      Parameters:
      logger - the application logger
      path - the file path
      name - the file name
      cause - the original cause