Package org.anchoranalysis.io.input.file
Class FilesProviderException
Object
Throwable
Exception
AnchorCheckedException
AnchorFriendlyCheckedException
FilesProviderException
- All Implemented Interfaces:
Serializable,HasFriendlyErrorMessage
When an error occurs providing a set of files.
- Author:
- Owen Feehan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFilesProviderException(String message) Create with a message only.FilesProviderException(Throwable cause) Create with a cause only. -
Method Summary
Methods inherited from class org.anchoranalysis.core.exception.friendly.AnchorFriendlyCheckedException
friendlyMessage, friendlyMessageHierarchy, friendlyMessageHierarchy, stackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FilesProviderException
Create with a message only.- Parameters:
message- the exception message.
-
FilesProviderException
Create with a cause only.- Parameters:
cause- the cause.
-