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 inherited from 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)
- 
Method SummaryMethods inherited from class javafx.css.CssParser.ParseErrorgetMessage
- 
Constructor Details- 
PropertySetError
 
- 
- 
Method Details- 
toString- Overrides:
- toStringin class- CssParser.ParseError
 
 
-