Class CSSPropertyException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CSSPropertyValueException

public class CSSPropertyException extends CSSStyleException
CSS Property exception.
See Also:
  • Constructor Details

    • CSSPropertyException

      public CSSPropertyException()
    • CSSPropertyException

      public CSSPropertyException(String message)
    • CSSPropertyException

      public CSSPropertyException(String message, Throwable cause)
    • CSSPropertyException

      public CSSPropertyException(Throwable cause)