FontNotFoundException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.ms.System.ApplicationException
public final class FontNotFoundException extends System.ApplicationException
The exception that is thrown when a font is not found.
Constructors
Constructor | Description |
---|---|
FontNotFoundException(String message) | Initializes a new instance of the FontNotFoundException class. |
FontNotFoundException(String message)
public FontNotFoundException(String message)
Initializes a new instance of the FontNotFoundException class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message. |