pynml.exceptions

pynml exceptions module.

Exceptions

exception pynml.exceptions.RelationExistsDuringError

A existsDuring relation must relate with objects of type Lifetime.

Inheritance

Inheritance diagram of RelationExistsDuringError

exception pynml.exceptions.RelationIsAliasError

A isAlias relation must relate with objects of type NetworkObject.

Inheritance

Inheritance diagram of RelationIsAliasError

exception pynml.exceptions.RelationLocatedAtError

A locatedAt relation must relate with objects of type Location.

Inheritance

Inheritance diagram of RelationLocatedAtError

exception pynml.exceptions.RelationHasInboundPortError

A hasInboundPort relation must relate with objects of type Port or PortGroup.

Inheritance

Inheritance diagram of RelationHasInboundPortError

exception pynml.exceptions.RelationHasOutboundPortError

A hasOutboundPort relation must relate with objects of type Port or PortGroup.

Inheritance

Inheritance diagram of RelationHasOutboundPortError

exception pynml.exceptions.RelationHasServiceError

A hasService relation must relate with objects of type SwitchingService.

Inheritance

Inheritance diagram of RelationHasServiceError

exception pynml.exceptions.RelationImplementedByError

A implementedBy relation must relate with objects of type Node.

Inheritance

Inheritance diagram of RelationImplementedByError

exception pynml.exceptions.RelationHasLabelError

A hasLabel relation must relate with objects of type Label.

Inheritance

Inheritance diagram of RelationHasLabelError

exception pynml.exceptions.RelationIsSinkError

A isSink relation must relate with objects of type LinkGroup.

Inheritance

Inheritance diagram of RelationIsSinkError

exception pynml.exceptions.RelationIsSourceError

A isSource relation must relate with objects of type LinkGroup.

Inheritance

Inheritance diagram of RelationIsSourceError

exception pynml.exceptions.RelationProvidesLinkError

A providesLink relation must relate with objects of type Link or LinkGroup.

Inheritance

Inheritance diagram of RelationProvidesLinkError

exception pynml.exceptions.RelationCanProvidePortError

A canProvidePort relation must relate with objects of type Port or PortGroup.

Inheritance

Inheritance diagram of RelationCanProvidePortError

exception pynml.exceptions.RelationProvidesPortError

A providesPort relation must relate with objects of type Port or PortGroup.

Inheritance

Inheritance diagram of RelationProvidesPortError

exception pynml.exceptions.RelationHasNodeError

A hasNode relation must relate with objects of type Node.

Inheritance

Inheritance diagram of RelationHasNodeError

exception pynml.exceptions.RelationHasEnvironmentError

A hasEnvironment relation must relate with objects of type Environment.

Inheritance

Inheritance diagram of RelationHasEnvironmentError

exception pynml.exceptions.RelationHasTopologyError

A hasTopology relation must relate with objects of type Topology.

Inheritance

Inheritance diagram of RelationHasTopologyError

exception pynml.exceptions.RelationHasLabelGroupError

A hasLabelGroup relation must relate with objects of type Lifetime.

Inheritance

Inheritance diagram of RelationHasLabelGroupError

exception pynml.exceptions.RelationHasPortError

A hasPort relation must relate with objects of type Port or PortGroup.

Inheritance

Inheritance diagram of RelationHasPortError

exception pynml.exceptions.RelationHasLinkError

A hasLink relation must relate with objects of type Link or LinkGroup.

Inheritance

Inheritance diagram of RelationHasLinkError

exception pynml.exceptions.RelationIsSerialCompoundLinkError

A isSerialCompoundLink relation must relate with objects of type Port or PortGroup.

Inheritance

Inheritance diagram of RelationIsSerialCompoundLinkError

exception pynml.exceptions.AttributeNameError

Attribute name must be a human readable string name.

Inheritance

Inheritance diagram of AttributeNameError

exception pynml.exceptions.AttributeIdError

Attribute identifier must be a persistent globally unique URI.

Inheritance

Inheritance diagram of AttributeIdError

exception pynml.exceptions.AttributeEncodingError

Attribute encoding must be a format of the data streaming through the service as an URI.

Inheritance

Inheritance diagram of AttributeEncodingError