public class InvalidFontFormatException extends RuntimeException
The exception that is thrown when trying to open, load, save or process somehow else some content, that presumably is a font of supported (known) format, but actually is a font of unsupported or unexpected format or not a font at all.
Creates new instance of @see “InvalidFontFormatException” with specified error message and a reference to the inner exception that is the cause of this exception
InvalidFontFormatException(String message)
public InvalidFontFormatException(String message)
Creates new instance of with specified error message
Parameters:
Parameter
Type
Description
message
java.lang.String
Textual message, that describes the error, can be null or empty
public InvalidFontFormatException(String message, RuntimeException innerException)
Creates new instance of @see “InvalidFontFormatException” with specified error message and a reference to the inner exception that is the cause of this exception
Parameters:
Parameter
Type
Description
message
java.lang.String
Textual message, that describes the error, can be null or empty
innerException
java.lang.RuntimeException
The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.