Class NoAttributeFoundException

  • All Implemented Interfaces:
    Serializable

    public class NoAttributeFoundException
    extends AttributeException
    This exception is generated each time an attribute was not found.
    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

      • NoAttributeFoundException

        public NoAttributeFoundException()
        Construct the exception.
      • NoAttributeFoundException

        public NoAttributeFoundException​(String attrname)
        Construct the exception.
        Parameters:
        attrname - is the name of the not-found attribute.
      • NoAttributeFoundException

        public NoAttributeFoundException​(Exception cause)
        Construct the exception.
        Parameters:
        cause - is the exception to forward