Package org.anchoranalysis.io.input.file
Class FilesProviderException
Object
Throwable
Exception
org.anchoranalysis.core.exception.AnchorCheckedException
org.anchoranalysis.core.exception.friendly.AnchorFriendlyCheckedException
org.anchoranalysis.io.input.file.FilesProviderException
- All Implemented Interfaces:
Serializable,HasFriendlyErrorMessage
public class FilesProviderException extends AnchorFriendlyCheckedException
When an error occurs providing a set of files.
- Author:
- Owen Feehan
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FilesProviderException(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.
-