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 Summary
Nested classes/interfaces declared in class javafx.css.CssParser.ParseError
CssParser.ParseError.InlineStyleParsingError, CssParser.ParseError.PropertySetError, CssParser.ParseError.StringParsingError, CssParser.ParseError.StylesheetParsingError - 
Constructor Summary
ConstructorsConstructorDescriptionPropertySetError(CssMetaData styleableProperty, Styleable styleable, String message) Constructs aPropertySetErrorobject. - 
Method Summary
Methods declared in class javafx.css.CssParser.ParseError
getMessage 
- 
Constructor Details
- 
PropertySetError
Constructs aPropertySetErrorobject.- Parameters:
 styleableProperty- CSS meta datastyleable- styleable nodemessage- parse error message
 
 -