| Package | Description |
|---|---|
| de.saxsys.svgfx.core |
| Modifier and Type | Method and Description |
|---|---|
SVGException.Reason |
SVGException.getReason() |
static SVGException.Reason |
SVGException.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SVGException.Reason[] |
SVGException.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SVGException(SVGException.Reason reason)
Creates a new instance.
|
SVGException(SVGException.Reason reason,
String message)
Creates a new instance.
|
SVGException(SVGException.Reason reason,
String message,
Throwable throwable)
Creates a new instance.
|
SVGException(SVGException.Reason reason,
Throwable cause)
Creates a new instance.
|
Copyright © 2017 Saxonia Systems AG. All rights reserved.