public class LicenseRestrictionException extends FontException
Represents exception which can be thrown on attempt to execute functionality which is restricted in evaluation mode.
| Constructor and Description |
|---|
LicenseRestrictionException()
Initializes new
FontCreationException object. |
LicenseRestrictionException(String message)
Initializes new
FontCreationException object. |
LicenseRestrictionException(String message,
RuntimeException innerException)
Initializes new
FontCreationException object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LicenseRestrictionException()
Initializes new FontCreationException object.
public LicenseRestrictionException(String message)
Initializes new FontCreationException object.
message - A message that describes the error.public LicenseRestrictionException(String message, RuntimeException innerException)
Initializes new FontCreationException 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.