IncorrectFontDataException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, java.lang.IllegalStateException, com.aspose.font.FontException

public class IncorrectFontDataException extends FontException

Represents exceptions for cases when some values of Font object are invalid.

Constructors

ConstructorDescription
IncorrectFontDataException()Initializes new FontAgrumentException object.
IncorrectFontDataException(String message)Initializes new FontAgrumentException object.
IncorrectFontDataException(String message, RuntimeException innerException)Initializes new FontAgrumentException object.

IncorrectFontDataException()

public IncorrectFontDataException()

Initializes new FontAgrumentException object.

IncorrectFontDataException(String message)

public IncorrectFontDataException(String message)

Initializes new FontAgrumentException object.

Parameters:

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

IncorrectFontDataException(String message, RuntimeException innerException)

public IncorrectFontDataException(String message, RuntimeException innerException)

Initializes new FontAgrumentException object.

Parameters:

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