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

ConstructorDescription
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:

ParameterTypeDescription
messagejava.lang.StringA message that describes the error.

LicenseRestrictionException(String message, RuntimeException innerException)

public LicenseRestrictionException(String message, RuntimeException innerException)

Initializes new FontCreationException object.

Parameters:

ParameterTypeDescription
messagejava.lang.StringA message that describes the error.
innerExceptionjava.lang.RuntimeExceptionThe exception that is the cause of the current exception.