Class InvalidNodeIdentificator
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.graphoperations.synchronization.nodeIdentificator.exception.InvalidNodeIdentificator
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic InvalidNodeIdentificatorbecausePathToIdentifiactionValueDoesntStartWithEdgeOrAttributeDescription(List<PositiveGraphDescription> invalidPaths) static InvalidNodeIdentificatorbecausePathToIdentifiactionValueIsNotEndingWithUuidIdentityOrAttributeDescription(List<PositiveGraphDescription> invalidPaths) static InvalidNodeIdentificatorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
becausePathToIdentifiactionValueDoesntStartWithEdgeOrAttributeDescription
public static InvalidNodeIdentificator becausePathToIdentifiactionValueDoesntStartWithEdgeOrAttributeDescription(List<PositiveGraphDescription> invalidPaths) -
becausePathToIdentifiactionValueIsNotSinglePath
public static InvalidNodeIdentificator becausePathToIdentifiactionValueIsNotSinglePath(List<PositiveGraphDescription> invalidPaths) -
becausePathToIdentifiactionValueIsNotEndingWithUuidIdentityOrAttributeDescription
public static InvalidNodeIdentificator becausePathToIdentifiactionValueIsNotEndingWithUuidIdentityOrAttributeDescription(List<PositiveGraphDescription> invalidPaths)
-