Uses of Class
ai.stapi.graph.attribute.attributeFactory.exceptions.CannotCreateAttribute
Packages that use CannotCreateAttribute
-
Uses of CannotCreateAttribute in ai.stapi.graph.attribute.attributeFactory.exceptions
Methods in ai.stapi.graph.attribute.attributeFactory.exceptions that return CannotCreateAttributeModifier and TypeMethodDescriptionstatic CannotCreateAttributeCannotCreateAttribute.becauseLeafAttributeHadNoValues(String attributeName) static CannotCreateAttributeCannotCreateAttribute.becauseProvidedDataTypeIsNotSupportedByExactlyOneValueFactory(String attributeName, String dataType, List<Class<? extends AttributeValueFactory>> foundFactories) static CannotCreateAttributeCannotCreateAttribute.becauseProvidedStructureTypeIsNotSupportedByAnyFactory(String attributeName, String structureType, List<Class<? extends AttributeFactory>> foundFactories) static CannotCreateAttributeCannotCreateAttribute.becauseProvidedStructureTypeIsSupportedByMoreThanOneFactory(String attributeName, String structureType, List<Class<? extends AttributeFactory>> foundFactories) static CannotCreateAttributeCannotCreateAttribute.becauseProvidedValueCouldNotBeConvertedToProvidedDataType(String attributeName, String dataType, Object providedValue)