FontAgrumentException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, java.lang.IllegalStateException, com.aspose.font.FontException
public class FontAgrumentException extends FontException
Represents Font argument exception. The exception can be thrown in case improper argument usages.
Constructors
Constructor | Description |
---|---|
FontAgrumentException() | Initializes new FontAgrumentException object. |
FontAgrumentException(String message) | Initializes new FontAgrumentException object. |
FontAgrumentException(String message, RuntimeException innerException) | Initializes new FontAgrumentException object. |
FontAgrumentException()
public FontAgrumentException()
Initializes new FontAgrumentException object.
FontAgrumentException(String message)
public FontAgrumentException(String message)
Initializes new FontAgrumentException object.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | A message that describes the error. |
FontAgrumentException(String message, RuntimeException innerException)
public FontAgrumentException(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. |