Class SpecificGraphWriterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.graphoperations.graphWriter.exceptions.SpecificGraphWriterException
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic SpecificGraphWriterExceptionbecauseAttributeDescriptionDoesNotContainValue(GraphDescription graphDescription) static SpecificGraphWriterExceptionbecauseAttributeTypeIsNotSupported(GraphDescription graphDescription) static GenericGraphWriterExceptionstatic SpecificGraphWriterExceptionbecauseGivenEdgeDirectionIsNotSupported(GraphDescription graphDescription) static SpecificGraphWriterExceptionbecauseProvidedAttributeValueDoesNotContainAnyConstantDescription(GraphDescription graphDescription) static SpecificGraphWriterExceptionstatic SpecificGraphWriterExceptionbecauseRemovalDescriptionDoesNotHaveUuidDescriptionAsChild(GraphDescription graphDescription) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
becauseGivenEdgeDirectionIsNotSupported
public static SpecificGraphWriterException becauseGivenEdgeDirectionIsNotSupported(GraphDescription graphDescription) -
becauseEdgeCanNotBeFirstElementInGraph
-
becauseAttributeDescriptionDoesNotContainValue
public static SpecificGraphWriterException becauseAttributeDescriptionDoesNotContainValue(GraphDescription graphDescription) -
becauseAttributeTypeIsNotSupported
public static SpecificGraphWriterException becauseAttributeTypeIsNotSupported(GraphDescription graphDescription) -
becauseProvidedConstantIsNotUuid
-
becauseProvidedAttributeValueDoesNotContainAnyConstantDescription
public static SpecificGraphWriterException becauseProvidedAttributeValueDoesNotContainAnyConstantDescription(GraphDescription graphDescription) -
becauseRemovalDescriptionDoesNotHaveUuidDescriptionAsChild
public static SpecificGraphWriterException becauseRemovalDescriptionDoesNotHaveUuidDescriptionAsChild(GraphDescription graphDescription)
-