Class CssParser.ParseError.PropertySetError
java.lang.Object
javafx.css.CssParser.ParseError
javafx.css.CssParser.ParseError.PropertySetError
- Enclosing class:
- CssParser.ParseError
Encapsulates errors arising from applying a style to a Node.
- Since:
- 9
- 
Nested Class SummaryNested classes/interfaces declared in class javafx.css.CssParser.ParseErrorCssParser.ParseError.InlineStyleParsingError, CssParser.ParseError.PropertySetError, CssParser.ParseError.StringParsingError, CssParser.ParseError.StylesheetParsingError
- 
Constructor SummaryConstructorsConstructorDescriptionPropertySetError(CssMetaData styleableProperty, Styleable styleable, String message) Constructs aPropertySetErrorobject.
- 
Method SummaryMethods declared in class javafx.css.CssParser.ParseErrorgetMessage
- 
Constructor Details- 
PropertySetErrorConstructs aPropertySetErrorobject.- Parameters:
- styleableProperty- CSS meta data
- styleable- styleable node
- message- parse error message
 
 
-