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

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

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

CffParsingException(String message, RuntimeException innerException)

public CffParsingException(String message, RuntimeException innerException)

Initializes new CffParsingException object.

Parameters:

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