CffFontException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, java.lang.IllegalStateException, com.aspose.font.FontException
public class CffFontException extends FontException
Represents common processing related exception for fonts of CFF format.
Constructors
Constructor | Description |
---|---|
CffFontException() | Initializes new CffFontException object. |
CffFontException(String message) | Initializes new CffFontException object. |
CffFontException(String message, RuntimeException innerException) | Initializes new CffFontException object. |
CffFontException()
public CffFontException()
Initializes new CffFontException object.
CffFontException(String message)
public CffFontException(String message)
Initializes new CffFontException object.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | A message that describes the error. |
CffFontException(String message, RuntimeException innerException)
public CffFontException(String message, RuntimeException innerException)
Initializes new CffFontException 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. |