CffParsingException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, java.lang.IllegalStateException, com.aspose.font.FontException, com.aspose.font.CffFontException
public class CffParsingException extends CffFontException
Represents parse exception for fonts of cff format. The exception can be thrown in case errors during font parsing process
Constructors
Constructor | Description |
---|---|
CffParsingException() | Initializes new CffParsingException object. |
CffParsingException(String message) | Initializes new CffParsingException object. |
CffParsingException(String message, RuntimeException innerException) | Initializes new CffParsingException object. |
CffParsingException()
public CffParsingException()
Initializes new CffParsingException object.
CffParsingException(String message)
public CffParsingException(String message)
Initializes new CffParsingException object.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | A message that describes the error. |
CffParsingException(String message, RuntimeException innerException)
public CffParsingException(String message, RuntimeException innerException)
Initializes new CffParsingException 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. |