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
ConstructorDescriptionPropertySetError
(CssMetaData styleableProperty, Styleable styleable, String message) Constructs aPropertySetError
object. -
Method Summary
Methods declared in class javafx.css.CssParser.ParseError
getMessage
-
Constructor Details
-
PropertySetError
Constructs aPropertySetError
object.- Parameters:
styleableProperty
- CSS meta datastyleable
- styleable nodemessage
- parse error message
-