public class IncorrectFontDataException extends FontException
Represents exceptions for cases when some values of Font object are invalid.
| Constructor and Description |
|---|
IncorrectFontDataException()
Initializes new
FontAgrumentException object. |
IncorrectFontDataException(String message)
Initializes new
FontAgrumentException object. |
IncorrectFontDataException(String message,
RuntimeException innerException)
Initializes new
FontAgrumentException object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IncorrectFontDataException()
Initializes new FontAgrumentException object.
public IncorrectFontDataException(String message)
Initializes new FontAgrumentException object.
message - A message that describes the error.public IncorrectFontDataException(String message, RuntimeException innerException)
Initializes new FontAgrumentException 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.