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