- java.lang.Object
-
- javafx.css.CssParser.ParseError
-
- javafx.css.CssParser.ParseError.StringParsingError
-
- Enclosing class:
- CssParser.ParseError
public static final class CssParser.ParseError.StringParsingError extends CssParser.ParseError
Encapsulate errors arising from parsing when the style is not an in-line style nor is the style from a stylesheet. Primarily to support unit testing.
-
-
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class javafx.css.CssParser.ParseError
getMessage
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classCssParser.ParseError
-
-