Class AttributeNotInitializedException

  • All Implemented Interfaces:
    Serializable

    public class AttributeNotInitializedException
    extends AttributeException
    This exception is generated each time an uninitialized attribute value was accessed.
    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

      • AttributeNotInitializedException

        public AttributeNotInitializedException()
        Construct the exception.
      • AttributeNotInitializedException

        public AttributeNotInitializedException​(String name)
        Construct the exception.
        Parameters:
        name - is the name of the uninitialized attribute.