Class PathPrefixerException
Object
Throwable
Exception
AnchorCheckedException
AnchorFriendlyCheckedException
PathPrefixerException
- All Implemented Interfaces:
Serializable,HasFriendlyErrorMessage
Thrown when unable to successfully determine a prefix for a path.
- Author:
- Owen Feehan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPathPrefixerException(String message) Creates from a message only.PathPrefixerException(Throwable cause) Creates from 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
-
PathPrefixerException
Creates from a message only.- Parameters:
message- the message.
-
PathPrefixerException
Creates from a cause only.- Parameters:
cause- the cause.
-