Class OutputDirectoryAlreadyExistsException
Object
Throwable
Exception
RuntimeException
org.anchoranalysis.core.exception.AnchorRuntimeException
org.anchoranalysis.core.exception.friendly.AnchorFriendlyRuntimeException
org.anchoranalysis.io.output.error.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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description OutputDirectoryAlreadyExistsException(String message)Create with a message only. -
Method Summary
Methods inherited from class org.anchoranalysis.core.exception.friendly.AnchorFriendlyRuntimeException
friendlyMessage, friendlyMessageHierarchy, friendlyMessageHierarchyMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
OutputDirectoryAlreadyExistsException
Create with a message only.- Parameters:
message- the message.
-