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, toString
public 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(String msg, Throwable cause)
public SVGParseException(Throwable cause)
Copyright © 2011-2018 Kitfox Studios. All Rights Reserved.