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