Class CannotCreateAttribute
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.graph.attribute.attributeFactory.exceptions.CannotCreateAttribute
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CannotCreateAttributebecauseLeafAttributeHadNoValues(String attributeName) static CannotCreateAttributebecauseProvidedDataTypeIsNotSupportedByExactlyOneValueFactory(String attributeName, String dataType, List<Class<? extends AttributeValueFactory>> foundFactories) static CannotCreateAttributebecauseProvidedStructureTypeIsNotSupportedByAnyFactory(String attributeName, String structureType, List<Class<? extends AttributeFactory>> foundFactories) static CannotCreateAttributebecauseProvidedStructureTypeIsSupportedByMoreThanOneFactory(String attributeName, String structureType, List<Class<? extends AttributeFactory>> foundFactories) static CannotCreateAttributebecauseProvidedValueCouldNotBeConvertedToProvidedDataType(String attributeName, String dataType, Object providedValue) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotCreateAttribute
-
-
Method Details
-
becauseProvidedStructureTypeIsNotSupportedByAnyFactory
public static CannotCreateAttribute becauseProvidedStructureTypeIsNotSupportedByAnyFactory(String attributeName, String structureType, List<Class<? extends AttributeFactory>> foundFactories) -
becauseProvidedStructureTypeIsSupportedByMoreThanOneFactory
public static CannotCreateAttribute becauseProvidedStructureTypeIsSupportedByMoreThanOneFactory(String attributeName, String structureType, List<Class<? extends AttributeFactory>> foundFactories) -
becauseProvidedDataTypeIsNotSupportedByExactlyOneValueFactory
public static CannotCreateAttribute becauseProvidedDataTypeIsNotSupportedByExactlyOneValueFactory(String attributeName, String dataType, List<Class<? extends AttributeValueFactory>> foundFactories) -
becauseLeafAttributeHadNoValues
-
becauseProvidedValueCouldNotBeConvertedToProvidedDataType
public static CannotCreateAttribute becauseProvidedValueCouldNotBeConvertedToProvidedDataType(String attributeName, String dataType, Object providedValue)
-