Class CannotMergeOperationDefinition
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.graphsystem.operationdefinition.exceptions.CannotMergeOperationDefinition
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbecauseSomeFieldIsNotSame(String fieldName, Object originalValue, Object otherValue) becauseSomeParameterHasSomeFieldWhichIsNotSame(String parameterName, String fieldName, Object originalValue, Object otherValue) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
becauseSomeFieldIsNotSame
public static CannotMergeOperationDefinition becauseSomeFieldIsNotSame(String fieldName, Object originalValue, Object otherValue) -
becauseSomeParameterHasSomeFieldWhichIsNotSame
public static CannotMergeOperationDefinition becauseSomeParameterHasSomeFieldWhichIsNotSame(String parameterName, String fieldName, Object originalValue, Object otherValue)
-