Package javafx.css

Class CssParser.ParseError

java.lang.Object
javafx.css.CssParser.ParseError
Direct Known Subclasses:
CssParser.ParseError.InlineStyleParsingError, CssParser.ParseError.PropertySetError, CssParser.ParseError.StringParsingError, CssParser.ParseError.StylesheetParsingError
Enclosing class:
CssParser

public static class CssParser.ParseError extends Object
A class that encapsulates information about the source and nature of errors encountered while parsing CSS or applying styles to Nodes.
  • Constructor Details

    • ParseError

      public ParseError(String message)
      Constructs a ParseError object with the message.
      Parameters:
      message - the message
  • Method Details

    • getMessage

      public final String getMessage()
      Returns the error message.
      Returns:
      the error message