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
Constructor | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | A message that describes the error. |
IncorrectFontDataException(String message, RuntimeException innerException)
public IncorrectFontDataException(String message, RuntimeException innerException)
Initializes new FontAgrumentException 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. |