Class PropertyAlreadyInClassException

  • All Implemented Interfaces:
    DataClaySerializable, Serializable

    public class PropertyAlreadyInClassException
    extends DataClayException
    This class represents the exceptions produced in ClassManager module when you try to add a new Property to a class which already has it in the database.
    Version:
    0.1
    See Also:
    Serialized Form
    • Constructor Detail

      • PropertyAlreadyInClassException

        public PropertyAlreadyInClassException​(String name,
                                               MetaClassID metaClassID)
        This exception is produced when you try to add a new Property to a class which already has it in the database.
        Parameters:
        name - Name of the property
        metaClassID - ID of the class that already has the property