CssParser.ParseError (Java SE 10 & JDK 10 ) (original) (raw)
- javafx.css.CssParser.ParseError
Direct Known Subclasses:
[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")
Enclosing class:
CssParser
public static class CssParser.ParseError
extends Object
Encapsulate information about the source and nature of errors encountered while parsing CSS or applying styles to Nodes.
Nested Class Summary
Nested Classes
Modifier and Type Class Description static class CssParser.ParseError.InlineStyleParsingError Encapsulate errors arising from parsing of Node's style property static class CssParser.ParseError.PropertySetError Encapsulates errors arising from applying a style to a Node. static class CssParser.ParseError.StringParsingError Encapsulate errors arising from parsing when the style is not an in-line style nor is the style from a stylesheet. static class CssParser.ParseError.StylesheetParsingError Encapsulate errors arising from parsing of stylesheet files Constructor Summary
Constructors
Constructor Description ParseError(String message) Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type Method Description String getMessage() * ### 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
* #### ParseError public ParseError([String](../../java/lang/String.html "class in java.lang") message)
Method Detail
* #### getMessage public final [String](../../java/lang/String.html "class in java.lang") getMessage() Returns: The error message from the CSS code.
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.