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.
- 
Nested Class SummaryNested classes/interfaces declared in class javafx.css.CssParser.ParseErrorCssParser.ParseError.InlineStyleParsingError, CssParser.ParseError.PropertySetError, CssParser.ParseError.StringParsingError, CssParser.ParseError.StylesheetParsingError
- 
Constructor SummaryConstructors Constructor Description PropertySetError(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
 
 
-