Class UnknownFileException

    • Constructor Detail

      • UnknownFileException

        public UnknownFileException​(FileHandle aFile,
                                    String aMessage,
                                    String aErrorCode)
        Instantiates a new unknown file exception.
        Parameters:
        aFile - the file
        aMessage - the message
        aErrorCode - the error code
      • UnknownFileException

        public UnknownFileException​(FileHandle aFile,
                                    String aMessage,
                                    Throwable aCause,
                                    String aErrorCode)
        Instantiates a new unknown file exception.
        Parameters:
        aFile - the file
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • UnknownFileException

        public UnknownFileException​(FileHandle aFile,
                                    String message,
                                    Throwable cause)
        Instantiates a new unknown file exception.
        Parameters:
        aFile - the file
        message - the message
        cause - the cause
      • UnknownFileException

        public UnknownFileException​(FileHandle aFile,
                                    String message)
        Instantiates a new unknown file exception.
        Parameters:
        aFile - the file
        message - the message
      • UnknownFileException

        public UnknownFileException​(FileHandle aFile,
                                    Throwable aCause,
                                    String aErrorCode)
        Instantiates a new unknown file exception.
        Parameters:
        aFile - the file
        aCause - the cause
        aErrorCode - the error code
      • UnknownFileException

        public UnknownFileException​(FileHandle aFile,
                                    Throwable cause)
        Instantiates a new unknown file exception.
        Parameters:
        aFile - the file
        cause - the cause