public class SVGParseException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
SVGParseException()
Creates a new instance of
SVGException without detail message. |
SVGParseException(java.lang.String msg)
Constructs an instance of
SVGException with the specified detail message. |
SVGParseException(java.lang.String msg,
java.lang.Throwable cause) |
SVGParseException(java.lang.Throwable cause) |
public static final long serialVersionUID
public SVGParseException()
SVGException without detail message.public SVGParseException(java.lang.String msg)
SVGException with the specified detail message.msg - the detail message.public SVGParseException(java.lang.String msg,
java.lang.Throwable cause)
public SVGParseException(java.lang.Throwable cause)