Class FileWriteException

All Implemented Interfaces:
Serializable

public class FileWriteException extends RuntimeException
Thrown when a config or localization file cannot be written to disk.
See Also:
  • Constructor Details

    • FileWriteException

      public FileWriteException(String file, Throwable cause)
      Creates the exception, naming the file and quoting the underlying failure.
      Parameters:
      file - the file that could not be written
      cause - what went wrong