public class FontConversionException extends FontException
Represents Font conversion exception. The exception can be thrown in case of errors during font conversion process.
| Constructor and Description |
|---|
FontConversionException()
Initializes new
FontConversionException object. |
FontConversionException(String message)
Initializes new
FontConversionException object. |
FontConversionException(String message,
RuntimeException innerException)
Initializes new
FontConversionException object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FontConversionException()
Initializes new FontConversionException object.
public FontConversionException(String message)
Initializes new FontConversionException object.
message - A message that describes the error.public FontConversionException(String message, RuntimeException innerException)
Initializes new FontConversionException 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.