FontSubstituteException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.groupdocs.conversion.exceptions.GroupDocsConversionException
public final class FontSubstituteException extends GroupDocsConversionException
Thrown if font substitute is illegal
Constructors
Constructor | Description |
---|---|
FontSubstituteException() | Default constructor |
FontSubstituteException(String message) | Creates an exception with a specific message |
FontSubstituteException()
public FontSubstituteException()
Default constructor
FontSubstituteException(String message)
public FontSubstituteException(String message)
Creates an exception with a specific message
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message |