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