Package javafx.css

Class CssParser.ParseError.PropertySetError

java.lang.Object
javafx.css.CssParser.ParseError
javafx.css.CssParser.ParseError.PropertySetError
Enclosing class:
CssParser.ParseError

public static final class CssParser.ParseError.PropertySetError extends CssParser.ParseError
Encapsulates errors arising from applying a style to a Node.
  • Constructor Details

    • PropertySetError

      public PropertySetError(CssMetaData styleableProperty, Styleable styleable, String message)
      Constructs a PropertySetError object.
      Parameters:
      styleableProperty - CSS meta data
      styleable - styleable node
      message - parse error message