Class FileWriteException

All Implemented Interfaces:
CoreExceptionFormat, Serializable

public class FileWriteException extends CoreRuntimeException
Throw when failed to write a file.
See Also:
Serialized Form
  • Constructor Details

    • FileWriteException

      public FileWriteException(String fileName)
      Parameters:
      fileName - the the target file that failed to save.