Class AssignPermutationException
Object
Throwable
Exception
org.anchoranalysis.core.exception.AnchorCheckedException
org.anchoranalysis.core.exception.friendly.AnchorFriendlyCheckedException
org.anchoranalysis.bean.permute.assign.AssignPermutationException
- All Implemented Interfaces:
Serializable,HasFriendlyErrorMessage
public class AssignPermutationException extends AnchorFriendlyCheckedException
When the assignment of a permuted value to a property cannot succeed.
- Author:
- Owen Feehan
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AssignPermutationException(String message)Create with an error message. -
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
-
AssignPermutationException
Create with an error message.- Parameters:
message- the message
-