Class InvalidAttributeTypeException

  • All Implemented Interfaces:
    Serializable

    public class InvalidAttributeTypeException
    extends AttributeException
    This exception is generated each time the an invalid type was used for metadata.
    Version:
    17.0 2020-01-04 14:41:51
    Author:
    Stéphane GALLAND
    See Also:
    Serialized Form
    Maven Group Id:
    org.arakhne.afc.advanced
    Maven Artifact Id:
    attributes
    • Constructor Detail

      • InvalidAttributeTypeException

        public InvalidAttributeTypeException()
        Construct.
      • InvalidAttributeTypeException

        public InvalidAttributeTypeException​(String name)
        Constructor with the failing attribute's name.
        Parameters:
        name - is the name of the attribute for which the type was invalid.