Class OutputDirectoryAlreadyExistsException

All Implemented Interfaces:
Serializable, HasFriendlyErrorMessage

public class OutputDirectoryAlreadyExistsException extends AnchorFriendlyRuntimeException
When an output-directory already exists.

This is thrown as a RuntimeException to cause the application to immediately end.

Author:
Owen Feehan
See Also:
  • Constructor Details

    • OutputDirectoryAlreadyExistsException

      public OutputDirectoryAlreadyExistsException(String message)
      Create with a message only.
      Parameters:
      message - the message.