Class AssignPermutationException
Object
Throwable
Exception
AnchorCheckedException
AnchorFriendlyCheckedException
AssignPermutationException
- All Implemented Interfaces:
Serializable
,HasFriendlyErrorMessage
When the assignment of a permuted value to a property cannot succeed.
- Author:
- Owen Feehan
- See Also:
-
Constructor Summary
Constructors -
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
-
AssignPermutationException
Create with an error message.- Parameters:
message
- the message
-