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