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