Class CSSPropertyValueException

All Implemented Interfaces:
Serializable

public class CSSPropertyValueException extends CSSPropertyException
Thrown when a property does not seem to have a correct value.
See Also:
  • Constructor Details

    • CSSPropertyValueException

      public CSSPropertyValueException()
    • CSSPropertyValueException

      public CSSPropertyValueException(String message)
    • CSSPropertyValueException

      public CSSPropertyValueException(String message, Throwable cause)
    • CSSPropertyValueException

      public CSSPropertyValueException(Throwable cause)
  • Method Details

    • setValueText

      public void setValueText(String text)
      Sets the text string of the value causing the exception.
      Parameters:
      text - the value text.
    • getValueText

      public String getValueText()
      Gets the text string of the value causing the exception.
      Returns:
      the value text.