Class WrongMappingException

  • All Implemented Interfaces:
    Serializable

    public class WrongMappingException
    extends InventoryException
    This exception is raised when a pair attribute type - attribute value is not valid (i.e. type Integer, value "aaaaa")
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    See Also:
    Serialized Form
    • Constructor Detail

      • WrongMappingException

        public WrongMappingException​(String className,
                                     String attributeName,
                                     String attributeType,
                                     String attributeValue)