Class CannotAddToAggregateState
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.graphsystem.aggregategraphstatemodifier.exceptions.CannotAddToAggregateState
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotAddToAggregateState(List<CannotAddToAggregateState> cannotAddToAggregateStateList) -
Method Summary
Modifier and TypeMethodDescriptionstatic CannotAddToAggregateStatebecauseModificationDefinitionDoesNotHaveInputValueParameterNameSpecified(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition) static CannotAddToAggregateStatebecauseModificationPathContainsFieldNameNotPresentInSchema(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition) static CannotAddToAggregateStatebecauseModificationPathContainsFieldNameWhichIsPrimitiveButItShouldNot(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition) static CannotAddToAggregateStatebecauseModificationPathDoesNotStartWithCorrectAggregateType(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition, String actualAggregateType) static CannotAddToAggregateStatebecauseModificationPathIsInvalid(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition) static CannotAddToAggregateStatebecauseModifiedNodeSpecifiedByModificationPathWasNotPresent(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition) static CannotAddToAggregateStatebecauseThereAlreadyIsSuchLeafAttribute(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationStructureType, ai.stapi.graph.traversableGraphElements.TraversableNode modifiedNode) static CannotAddToAggregateStatebecauseThereAlreadyIsSuchLeafComplexType(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationStructureType, ai.stapi.graph.traversableGraphElements.TraversableNode modifiedNode) static CannotAddToAggregateStatebecauseThereAreIndistinguishableNodes(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition, String expectedIdSourcePath) static CannotAddToAggregateStatebecauseThereAreMoreWaysToDistinguisNodes(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationStructureType, String sourcePathOfId) static CannotAddToAggregateStatebecauseThereIsNoNodeWithIdSpecifiedAtSourcePath(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationStructureType, String sourcePathOfId, ai.stapi.identity.UniqueIdentifier id) static CannotAddToAggregateStatebecauseThereIsNoSourcePathAtStartIdParameterName(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationStructureType, ai.stapi.identity.UniqueIdentifier id, String startIdParameterName) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotAddToAggregateState
-
-
Method Details
-
becauseModificationPathIsInvalid
public static CannotAddToAggregateState becauseModificationPathIsInvalid(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition) -
becauseModificationPathDoesNotStartWithCorrectAggregateType
public static CannotAddToAggregateState becauseModificationPathDoesNotStartWithCorrectAggregateType(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition, String actualAggregateType) -
becauseModificationPathContainsFieldNameNotPresentInSchema
public static CannotAddToAggregateState becauseModificationPathContainsFieldNameNotPresentInSchema(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition) -
becauseModificationPathContainsFieldNameWhichIsPrimitiveButItShouldNot
public static CannotAddToAggregateState becauseModificationPathContainsFieldNameWhichIsPrimitiveButItShouldNot(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition) -
becauseModificationDefinitionDoesNotHaveInputValueParameterNameSpecified
public static CannotAddToAggregateState becauseModificationDefinitionDoesNotHaveInputValueParameterNameSpecified(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition) -
becauseModifiedNodeSpecifiedByModificationPathWasNotPresent
public static CannotAddToAggregateState becauseModifiedNodeSpecifiedByModificationPathWasNotPresent(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition) -
becauseThereAreIndistinguishableNodes
public static CannotAddToAggregateState becauseThereAreIndistinguishableNodes(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationDefinition, String expectedIdSourcePath) -
becauseThereAreMoreWaysToDistinguisNodes
public static CannotAddToAggregateState becauseThereAreMoreWaysToDistinguisNodes(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationStructureType, String sourcePathOfId) -
becauseThereIsNoNodeWithIdSpecifiedAtSourcePath
public static CannotAddToAggregateState becauseThereIsNoNodeWithIdSpecifiedAtSourcePath(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationStructureType, String sourcePathOfId, ai.stapi.identity.UniqueIdentifier id) -
becauseThereIsNoSourcePathAtStartIdParameterName
public static CannotAddToAggregateState becauseThereIsNoSourcePathAtStartIdParameterName(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationStructureType, ai.stapi.identity.UniqueIdentifier id, String startIdParameterName) -
becauseThereAlreadyIsSuchLeafComplexType
public static CannotAddToAggregateState becauseThereAlreadyIsSuchLeafComplexType(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationStructureType, ai.stapi.graph.traversableGraphElements.TraversableNode modifiedNode) -
becauseThereAlreadyIsSuchLeafAttribute
public static CannotAddToAggregateState becauseThereAlreadyIsSuchLeafAttribute(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationStructureType, ai.stapi.graph.traversableGraphElements.TraversableNode modifiedNode)
-