Class PrototypeModelError


  • public class PrototypeModelError
    extends PrototypeModel
    A PrototypeModel cloned from another, but marked as an error placeholder
    • Constructor Detail

      • PrototypeModelError

        public PrototypeModelError​(java.lang.String name,
                                   PrototypeModel copyModel)
    • Method Detail

      • isErrorPlaceholder

        public boolean isErrorPlaceholder()
        Description copied from class: PrototypeModel
        If a PrototypeModel fails to parse (from XML) a substitute model may be provided, in which case this method returns true. In all other cases this method returns false;
        Overrides:
        isErrorPlaceholder in class PrototypeModel
        Returns:
        true if this object is a substitute for a model that didn't parse