Class FileIsNotADirectoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.astrapi69.file.exception.FileIsNotADirectoryException
All Implemented Interfaces:
Serializable

public class FileIsNotADirectoryException extends Exception
Exception if the file is not a directory.
See Also:
  • Constructor Details

    • FileIsNotADirectoryException

      public FileIsNotADirectoryException()
      Default constructor.
    • FileIsNotADirectoryException

      public FileIsNotADirectoryException(String message)
      Constructs a new FileIsNotADirectoryException with the specified detail message.
      Parameters:
      message - The message.
    • FileIsNotADirectoryException

      public FileIsNotADirectoryException(String message, Throwable cause)
      Constructs a new FileIsNotADirectoryException with the specified detail message and the Throwable.
      Parameters:
      message - The message.
      cause - The Throwable.
    • FileIsNotADirectoryException

      public FileIsNotADirectoryException(Throwable cause)
      Constructs a FileIsNotADirectoryException with the Throwable.
      Parameters:
      cause - The Throwable.