public class CssError extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CssError.InlineStyleParsingError
Encapsulate errors arising from parsing of Node's style property
|
static class |
CssError.PropertySetError
Encapsulates errors arising from applying a style to a Node.
|
static class |
CssError.StringParsingError
Encapsulate errors arising from parsing when the style is not
an in-line style nor is the style from a stylesheet.
|
static class |
CssError.StylesheetParsingError
Encapsulate errors arising from parsing of stylesheet files
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
Scene |
getScene() |
static void |
setCurrentScene(Scene scene)
Set the static scene variable.
|
String |
toString() |
protected final String message
public CssError(String message)
public static void setCurrentScene(Scene scene)
public final String getMessage()
public Scene getScene()
Copyright © 2020. All rights reserved.