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 Summary
Nested classes/interfaces inherited from class javafx.css.CssParser.ParseError
CssParser.ParseError.InlineStyleParsingError, CssParser.ParseError.PropertySetError, CssParser.ParseError.StringParsingError, CssParser.ParseError.StylesheetParsingError - 
Constructor Summary
Constructors Constructor Description PropertySetError(CssMetaData styleableProperty, Styleable styleable, String message) - 
Method Summary
Methods inherited from class javafx.css.CssParser.ParseError
getMessage 
- 
Constructor Details
- 
PropertySetError
 
 - 
 - 
Method Details
- 
toString
- Overrides:
 toStringin classCssParser.ParseError
 
 -