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