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 CssParser.ParseError
CssParser.ParseError.InlineStyleParsingError, CssParser.ParseError.PropertySetError, CssParser.ParseError.StringParsingError, CssParser.ParseError.StylesheetParsingErrorModifier and TypeClassDescriptionstatic final classEncapsulate errors arising from parsing of Node's style propertystatic final classEncapsulates errors arising from applying a style to a Node.static final classEncapsulate errors arising from parsing when the style is not an in-line style nor is the style from a stylesheet.static final classEncapsulate errors arising from parsing of stylesheet files -
Constructor Summary
ConstructorsConstructorDescriptionPropertySetError(CssMetaData styleableProperty, Styleable styleable, String message) Constructs aPropertySetErrorobject. -
Method Summary
Methods declared in class CssParser.ParseError
getMessage
-
Constructor Details
-
PropertySetError
Constructs aPropertySetErrorobject.- Parameters:
styleableProperty- CSS meta datastyleable- styleable nodemessage- parse error message
-