public class SVGLibraryException extends RuntimeException
| Constructor and Description |
|---|
SVGLibraryException(String message)
Create an exception with a message.
|
SVGLibraryException(String message,
Throwable cause)
Create an exception with a message and cause.
|
SVGLibraryException(Throwable cause)
Create an exception with a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SVGLibraryException(String message)
message - the messagepublic SVGLibraryException(String message, Throwable cause)
message - the messagecause - the causepublic SVGLibraryException(Throwable cause)
cause - the causeCopyright © 2026. All rights reserved.