Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::cmd::GraphConstraintERR

Overview

[ "deprecated:use omero::cmd::ERR instead" ] class GraphConstraintERR extends ERR

Returned when specifically a ome.services.graphs.GraphConstraintException is thrown. The contents of that internal exception are passed in this instance.

This class is deprecated.

Data Member Index

constraints
A container mapping from class names to collections of longs (ids) for each object which prevented the current operation from succeeding.

Data Members

api::IdListMap constraints;

A container mapping from class names to collections of longs (ids) for each object which prevented the current operation from succeeding.

This member is deprecated.


Home Previous Up Next Index