public class SVGParseException extends Exception
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
SVGParseException()
Creates a new instance of
SVGException without detail message. |
SVGParseException(String msg)
Constructs an instance of
SVGException with the specified detail message. |
SVGParseException(String msg,
Throwable cause) |
SVGParseException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final long serialVersionUID
public SVGParseException()
SVGException without detail message.public SVGParseException(String msg)
SVGException with the specified detail message.msg - the detail message.public SVGParseException(Throwable cause)
Copyright © 2020. All rights reserved.