Класс CssParser.ParseError.PropertySetError
java.lang.Object
javafx.css.CssParser.ParseError
javafx.css.CssParser.ParseError.PropertySetError
- Окружающий класс:
- CssParser.ParseError
public static final class CssParser.ParseError.PropertySetError
extends CssParser.ParseError Оборачивает ошибки, возникающие при применении стиля к узлу.
Краткое описание вложенных классов
Вложенные классы/интерфейсы, объявленные в классе javafx.css.CssParser.ParseError
CssParser.ParseError.InlineStyleParsingError, CssParser.ParseError.PropertySetError, CssParser.ParseError.StringParsingError, CssParser.ParseError.StylesheetParsingError
Краткое описание конструкторов
| Конструктор | Описание |
|---|---|
PropertySetError(CssMetaData styleableProperty,
Styleable styleable,
String message) | Создаёт объект PropertySetError. |
Краткое описание методов
Методы, объявленные в классе javafx.css.CssParser.ParseError
getMessage
Подробное описание конструкторов
PropertySetError
public PropertySetError(CssMetaData styleableProperty, Styleable styleable, String message)
Создаёт объект
PropertySetError.- Параметры:
-
styleableProperty- метаданные CSS -
styleable- стилизуемый узел -
message- сообщение об ошибке разбора
© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.