public class SvgException extends RuntimeException
Constructor and Description |
---|
SvgException(String inMessage) |
SvgException(String inMessage,
Throwable inException) |
SvgException(Throwable inException) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SvgException(String inMessage)
public SvgException(String inMessage, Throwable inException)
public SvgException(Throwable inException)
jataylor@hairyfatguy.com