Class MediaException.TooManyContentItems

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    MediaException

    public static class MediaException.TooManyContentItems
    extends MediaException
    Reports that too many content items were provided for a mediaSingle node. That node type can only contain exactly one or two content items: a media node, optionally followed by a caption node.
    See Also:
    Serialized Form
    • Constructor Detail

      • TooManyContentItems

        public TooManyContentItems​(int count)
    • Method Detail

      • count

        public int count()