Version: 5.0.8-ice34-b60

OmeroBlitz Api
Home Previous Up Next Index

omero::cmd::GraphConstraintERR

Overview

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.

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.


Home Previous Up Next Index