pynml.exceptions¶
pynml exceptions module.
Exceptions¶
RelationExistsDuringError: A existsDuring relation must relate with objects of type Lifetime.RelationIsAliasError: A isAlias relation must relate with objects of type NetworkObject.RelationLocatedAtError: A locatedAt relation must relate with objects of type Location.RelationHasInboundPortError: A hasInboundPort relation must relate with objects of type Port orRelationHasOutboundPortError: A hasOutboundPort relation must relate with objects of type Port orRelationHasServiceError: A hasService relation must relate with objects of type SwitchingService.RelationImplementedByError: A implementedBy relation must relate with objects of type Node.RelationHasLabelError: A hasLabel relation must relate with objects of type Label.RelationIsSinkError: A isSink relation must relate with objects of type LinkGroup.RelationIsSourceError: A isSource relation must relate with objects of type LinkGroup.RelationProvidesLinkError: A providesLink relation must relate with objects of type Link or LinkGroup.RelationCanProvidePortError: A canProvidePort relation must relate with objects of type Port orRelationProvidesPortError: A providesPort relation must relate with objects of type Port or PortGroup.RelationHasNodeError: A hasNode relation must relate with objects of type Node.RelationHasEnvironmentError: A hasEnvironment relation must relate with objects of type Environment.RelationHasTopologyError: A hasTopology relation must relate with objects of type Topology.RelationHasLabelGroupError: A hasLabelGroup relation must relate with objects of type Lifetime.RelationHasPortError: A hasPort relation must relate with objects of type Port or PortGroup.RelationHasLinkError: A hasLink relation must relate with objects of type Link or LinkGroup.RelationIsSerialCompoundLinkError: A isSerialCompoundLink relation must relate with objects of type Port orAttributeNameError: Attribute name must be a human readable string name.AttributeIdError: Attribute identifier must be a persistent globally unique URI.AttributeEncodingError: Attribute encoding must be a format of the data streaming through the
-
exception
pynml.exceptions.RelationExistsDuringError¶ A existsDuring relation must relate with objects of type Lifetime.
Inheritance
-
exception
pynml.exceptions.RelationIsAliasError¶ A isAlias relation must relate with objects of type NetworkObject.
Inheritance
-
exception
pynml.exceptions.RelationLocatedAtError¶ A locatedAt relation must relate with objects of type Location.
Inheritance
-
exception
pynml.exceptions.RelationHasInboundPortError¶ A hasInboundPort relation must relate with objects of type Port or PortGroup.
Inheritance
-
exception
pynml.exceptions.RelationHasOutboundPortError¶ A hasOutboundPort relation must relate with objects of type Port or PortGroup.
Inheritance
-
exception
pynml.exceptions.RelationHasServiceError¶ A hasService relation must relate with objects of type SwitchingService.
Inheritance
-
exception
pynml.exceptions.RelationImplementedByError¶ A implementedBy relation must relate with objects of type Node.
Inheritance
-
exception
pynml.exceptions.RelationHasLabelError¶ A hasLabel relation must relate with objects of type Label.
Inheritance
-
exception
pynml.exceptions.RelationIsSinkError¶ A isSink relation must relate with objects of type LinkGroup.
Inheritance
-
exception
pynml.exceptions.RelationIsSourceError¶ A isSource relation must relate with objects of type LinkGroup.
Inheritance
-
exception
pynml.exceptions.RelationProvidesLinkError¶ A providesLink relation must relate with objects of type Link or LinkGroup.
Inheritance
-
exception
pynml.exceptions.RelationCanProvidePortError¶ A canProvidePort relation must relate with objects of type Port or PortGroup.
Inheritance
-
exception
pynml.exceptions.RelationProvidesPortError¶ A providesPort relation must relate with objects of type Port or PortGroup.
Inheritance
-
exception
pynml.exceptions.RelationHasNodeError¶ A hasNode relation must relate with objects of type Node.
Inheritance
-
exception
pynml.exceptions.RelationHasEnvironmentError¶ A hasEnvironment relation must relate with objects of type Environment.
Inheritance
-
exception
pynml.exceptions.RelationHasTopologyError¶ A hasTopology relation must relate with objects of type Topology.
Inheritance
-
exception
pynml.exceptions.RelationHasLabelGroupError¶ A hasLabelGroup relation must relate with objects of type Lifetime.
Inheritance
-
exception
pynml.exceptions.RelationHasPortError¶ A hasPort relation must relate with objects of type Port or PortGroup.
Inheritance
-
exception
pynml.exceptions.RelationHasLinkError¶ A hasLink relation must relate with objects of type Link or LinkGroup.
Inheritance
-
exception
pynml.exceptions.RelationIsSerialCompoundLinkError¶ A isSerialCompoundLink relation must relate with objects of type Port or PortGroup.
Inheritance
-
exception
pynml.exceptions.AttributeNameError¶ Attribute name must be a human readable string name.
Inheritance
-
exception
pynml.exceptions.AttributeIdError¶ Attribute identifier must be a persistent globally unique URI.
Inheritance
-
exception
pynml.exceptions.AttributeEncodingError¶ Attribute encoding must be a format of the data streaming through the service as an URI.
Inheritance