Class BorderException.InvalidColor

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    BorderException

    public static class BorderException.InvalidColor
    extends BorderException
    Reports that a border mark specified am invalid value for its color. The value must be the hash mark # followed by exactly 6 or 8 hexadecimal digits (both uppercase and lowercase are accepted).
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidColor

        public InvalidColor​(String color)
    • Method Detail

      • color

        public String color()