LicenseRestrictionException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, java.lang.IllegalStateException, com.aspose.font.FontException
public class LicenseRestrictionException extends FontException
Represents exception which can be thrown on attempt to execute functionality which is restricted in evaluation mode.
Constructors
Constructor | Description |
---|---|
LicenseRestrictionException() | Initializes new FontCreationException object. |
LicenseRestrictionException(String message) | Initializes new FontCreationException object. |
LicenseRestrictionException(String message, RuntimeException innerException) | Initializes new FontCreationException object. |
LicenseRestrictionException()
public LicenseRestrictionException()
Initializes new FontCreationException object.
LicenseRestrictionException(String message)
public LicenseRestrictionException(String message)
Initializes new FontCreationException object.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | A message that describes the error. |
LicenseRestrictionException(String message, RuntimeException innerException)
public LicenseRestrictionException(String message, RuntimeException innerException)
Initializes new FontCreationException object.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | A message that describes the error. |
innerException | java.lang.RuntimeException | The exception that is the cause of the current exception. |