Class TextColorException.InvalidColor

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    TextColorException

    public static class TextColorException.InvalidColor
    extends TextColorException
    Indicates that the requested color attribute for a textColor mark is not supported. The color can only be given as a 6-digit hex value with a leading hash mark, such as #03cff8.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidColor

        public InvalidColor​(String color)
    • Method Detail

      • color

        public String color()