- 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()- 
Methods inherited from class javafx.css.CssParser.ParseError
getMessage 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
PropertySetError
public PropertySetError(CssMetaData styleableProperty, Styleable styleable, String message)
 
 - 
 
- 
Method Detail
- 
toString
public String toString()
- Overrides:
 toStringin classCssParser.ParseError
 
 - 
 
 -