CssParser.ParseError.PropertySetError (Java SE 10 & JDK 10 ) (original) (raw)
- 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 declared in class javafx.css.[CssParser.ParseError](../../javafx/css/CssParser.ParseError.html "class in javafx.css") `[CssParser.ParseError.InlineStyleParsingError](../../javafx/css/CssParser.ParseError.InlineStyleParsingError.html "class in javafx.css"), [CssParser.ParseError.PropertySetError](../../javafx/css/CssParser.ParseError.PropertySetError.html "class in javafx.css"), [CssParser.ParseError.StringParsingError](../../javafx/css/CssParser.ParseError.StringParsingError.html "class in javafx.css"), [CssParser.ParseError.StylesheetParsingError](../../javafx/css/CssParser.ParseError.StylesheetParsingError.html "class in javafx.css")`
Constructor Summary
Constructors
Constructor Description PropertySetError(CssMetaData styleableProperty,Styleable styleable,String message) Method Summary
* ### Methods declared in class javafx.css.[CssParser.ParseError](../../javafx/css/CssParser.ParseError.html "class in javafx.css") `[getMessage](../../javafx/css/CssParser.ParseError.html#getMessage%28%29)` * ### Methods declared in class java.lang.[Object](../../java/lang/Object.html "class in java.lang") `[clone](../../java/lang/Object.html#clone%28%29), [equals](../../java/lang/Object.html#equals%28java.lang.Object%29), [finalize](../../java/lang/Object.html#finalize%28%29), [getClass](../../java/lang/Object.html#getClass%28%29), [hashCode](../../java/lang/Object.html#hashCode%28%29), [notify](../../java/lang/Object.html#notify%28%29), [notifyAll](../../java/lang/Object.html#notifyAll%28%29), [toString](../../java/lang/Object.html#toString%28%29), [wait](../../java/lang/Object.html#wait%28%29), [wait](../../java/lang/Object.html#wait%28long%29), [wait](../../java/lang/Object.html#wait%28long,int%29)`
Constructor Detail
* #### PropertySetError public PropertySetError([CssMetaData](../../javafx/css/CssMetaData.html "class in javafx.css") styleableProperty, [Styleable](../../javafx/css/Styleable.html "interface in javafx.css") styleable, [String](../../java/lang/String.html "class in java.lang") message)
Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2018, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.