public class FontNotSupportedOperationException extends FontException
Represents not supported operation exception. The exception can be thrown in case some operation is not supported for particular font type.
| Constructor and Description |
|---|
FontNotSupportedOperationException()
Initializes new
FontNotSupportedOperationException object. |
FontNotSupportedOperationException(String message)
Initializes new
FontNotSupportedOperationException object. |
FontNotSupportedOperationException(String message,
RuntimeException innerException)
Initializes new
FontNotSupportedOperationException object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FontNotSupportedOperationException()
Initializes new FontNotSupportedOperationException object.
public FontNotSupportedOperationException(String message)
Initializes new FontNotSupportedOperationException object.
message - A message that describes the error.public FontNotSupportedOperationException(String message, RuntimeException innerException)
Initializes new FontNotSupportedOperationException 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.