Class AdfException.MissingProperty

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    AdfException

    public static class AdfException.MissingProperty
    extends AdfException.PropertyException
    Thrown to indicate that a required field or attribute was not provided.

    This code does not make an attempt to look for properties that are present in an unexpected location, such as trying to specify the color attribute at the top level of a textColor mark when it should be inside the attrs.

    See Also:
    Serialized Form
    • Constructor Detail

      • MissingProperty

        public MissingProperty​(String propertyName)