public class SvgConversionException extends FontException
Represents Font conversion exception for SVG format. The exception can be thrown in case of errors during font conversion process.
| Constructor and Description |
|---|
SvgConversionException()
Initializes new
SvgConversionException object. |
SvgConversionException(String message)
Initializes new
SvgConversionException object. |
SvgConversionException(String message,
RuntimeException innerException)
Initializes new
SvgConversionException object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SvgConversionException()
Initializes new SvgConversionException object.
public SvgConversionException(String message)
Initializes new SvgConversionException object.
message - A message that describes the error.public SvgConversionException(String message, RuntimeException innerException)
Initializes new SvgConversionException object.
message - A message that describes the error.innerException - The exception that is the cause of the current exception.Copyright © 2025 Aspose. All Rights Reserved.