Class PathPrefixerException
Object
Throwable
Exception
org.anchoranalysis.core.exception.AnchorCheckedException
org.anchoranalysis.core.exception.friendly.AnchorFriendlyCheckedException
org.anchoranalysis.io.output.path.prefixer.PathPrefixerException
- All Implemented Interfaces:
Serializable,HasFriendlyErrorMessage
public class PathPrefixerException extends AnchorFriendlyCheckedException
Thrown when unable to successfully determine a prefix for a path.
- Author:
- Owen Feehan
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PathPrefixerException(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.
-