Class OutputDirectoryAlreadyExistsException
Object
Throwable
Exception
RuntimeException
AnchorRuntimeException
AnchorFriendlyRuntimeException
OutputDirectoryAlreadyExistsException
- All Implemented Interfaces:
Serializable
,HasFriendlyErrorMessage
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 Summary
ConstructorsConstructorDescriptionCreate with a message only. -
Method Summary
Methods inherited from class org.anchoranalysis.core.exception.friendly.AnchorFriendlyRuntimeException
friendlyMessage, friendlyMessageHierarchy, friendlyMessageHierarchy
Methods inherited from class org.anchoranalysis.core.exception.AnchorRuntimeException
toString
Methods 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.
-