Class AttributeError

  • All Implemented Interfaces:
    Serializable

    public class AttributeError
    extends RuntimeException
    This exception is generated each time something wrong append with attributes.
    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

      • AttributeError

        public AttributeError()
        Construct the exception.
      • AttributeError

        public AttributeError​(String name)
        Construct the exception.
        Parameters:
        name - is the name of the attribute on which something wrong appended.
      • AttributeError

        public AttributeError​(Throwable cause)
        Construct the exception.
        Parameters:
        cause - is the exception to forward.