public class SVGException extends RuntimeException
| Constructor and Description |
|---|
SVGException()
Creates a new instance.
|
SVGException(String message)
Creates a new instance.
|
SVGException(String message,
Throwable cause)
Creates a new instance.
|
SVGException(Throwable cause)
Creates a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SVGException()
public SVGException(String message)
message - the message of the exceptionpublic SVGException(String message, Throwable cause)
message - the message of the exceptioncause - the cause of the exceptionpublic SVGException(Throwable cause)
cause - the cause for this exceptionCopyright © 2016 Saxonia Systems AG. All rights reserved.